From 093ab2d740162570bbdaf48eccedeee644aec753 Mon Sep 17 00:00:00 2001 From: emudevs Date: Thu, 18 Sep 2014 16:26:37 -0400 Subject: [PATCH] Corrected Spell:Cast method documentation Thanks @Rochet2 for the info --- SpellMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpellMethods.h b/SpellMethods.h index 3658267..063c176 100644 --- a/SpellMethods.h +++ b/SpellMethods.h @@ -152,7 +152,7 @@ namespace LuaSpell /** * Casts the [Spell]. * - * @param bool skipCheck : skips initial checks to see if the [Spell] can be casted or not, this is optional + * @param bool skipCheck = false : skips initial checks to see if the [Spell] can be casted or not, this is optional */ int Cast(lua_State* L, Spell* spell) {