From eb793eb1649d3a83d179556dc54cd0ea4e217856 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 22 Feb 2009 20:12:52 -0500 Subject: Fixed Ability script handling in TeamMember --- sigmod/Ability.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sigmod') 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. -- cgit