summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-22 20:12:52 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-22 20:12:52 -0500
commiteb793eb1649d3a83d179556dc54cd0ea4e217856 (patch)
tree8ed3692156ee80040d37e534eea5bad2e9961ef3 /sigmod
parent8a33071b4ad5e160e0e94a3cbc108aa11aa5fd13 (diff)
downloadsigen-eb793eb1649d3a83d179556dc54cd0ea4e217856.tar.gz
sigen-eb793eb1649d3a83d179556dc54cd0ea4e217856.tar.xz
sigen-eb793eb1649d3a83d179556dc54cd0ea4e217856.zip
Fixed Ability script handling in TeamMember
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.