summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/Ability.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigmod/Ability.h b/sigmod/Ability.h
index 52c2fa75..91cbffc2 100644
--- a/sigmod/Ability.h
+++ b/sigmod/Ability.h
@@ -130,6 +130,7 @@ class SIGMOD_EXPORT Ability : public Object
* Set the script for the ability when in battle. This script defines the behavior of the ability when in a battle.
* The following objects are available to the script:
*
+ * - \b ability -- The \link Sigscript::AbilityWrapper ability \endlink which the script is using.
* - \b owner -- The \link Sigencore::TeamMember team member \endlink which owns the instance of the ability.
* - \b client -- The \link Sigencore::Client client \endlink which owns \b owner.
* - \b sigmod -- The \link Sigscript::SigmodWrapper wrapper \endlink for the \link Sigmod sigmod \endlink in use.
@@ -142,6 +143,7 @@ class SIGMOD_EXPORT Ability : public Object
* Set the script for the ability when on the world map. This script defines the behavior of the ability when on the world map.
* The following objects are available to the script:
*
+ * - \b ability -- The \link Sigscript::AbilityWrapper ability \endlink which the script is using.
* - \b owner -- The \link Sigencore::TeamMember team member \endlink which owns the instance of the ability.
* - \b client -- The \link Sigencore::Client client \endlink which owns \b owner.
* - \b sigmod -- The \link Sigscript::SigmodWrapper wrapper \endlink for the \link Sigmod sigmod \endlink in use.