#include <MercuryObjectCommands.h>
Public Member Functions | |
MercuryTweenFunction | GetFunction (const MString &name) |
int | RegisterFunction (MercuryTweenFunction fnct, const MString &name) |
MercuryTweenType | GetTweenType (const MString &name) |
int | RegisterTweenType (MercuryTweenType fnct, const MString &name) |
Public Attributes | |
std::map< MString, MercuryTweenFunction > * | sMapFunctions |
std::map< MString, MercuryTweenType > * | sMapTweens |
int | sNumFunctions |
Definition at line 17 of file MercuryObjectCommands.h.
MercuryTweenFunction AutoCommandRegisterer::GetFunction | ( | const MString & | name | ) |
Definition at line 15 of file MercuryObjectCommands.cpp.
int AutoCommandRegisterer::RegisterFunction | ( | MercuryTweenFunction | fnct, | |
const MString & | name | |||
) |
Definition at line 23 of file MercuryObjectCommands.cpp.
MercuryTweenType AutoCommandRegisterer::GetTweenType | ( | const MString & | name | ) |
Definition at line 35 of file MercuryObjectCommands.cpp.
int AutoCommandRegisterer::RegisterTweenType | ( | MercuryTweenType | fnct, | |
const MString & | name | |||
) |
Definition at line 43 of file MercuryObjectCommands.cpp.
std::map< MString, MercuryTweenFunction >* AutoCommandRegisterer::sMapFunctions |
Definition at line 26 of file MercuryObjectCommands.h.
std::map< MString, MercuryTweenType >* AutoCommandRegisterer::sMapTweens |
Definition at line 27 of file MercuryObjectCommands.h.
Definition at line 29 of file MercuryObjectCommands.h.