#include "global.h"#include "MercuryCommands.h"#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | AutoCommandRegisterer |
| [internal] Auto command registerer More... | |
| class | MercuryTweenOperation |
| [internal] Operation descriptor More... | |
| class | MercuryTween |
| [internal] Tween descriptor More... | |
| class | MercuryTweenState |
| All info for a tween state. More... | |
Typedefs | |
| typedef void(*) | MercuryTweenFunction (const float fPercent, const float fLastPercent, MercuryObject *pObject, MercuryTweenOperation *pOperation) |
| typedef float(*) | MercuryTweenType (const float fPercent, PStack &pArgs) |
Variables | |
| AutoCommandRegisterer | CommandRegisterer |
| typedef void(*) MercuryTweenFunction(const float fPercent, const float fLastPercent, MercuryObject *pObject, MercuryTweenOperation *pOperation) |
Definition at line 13 of file MercuryObjectCommands.h.
| typedef float(*) MercuryTweenType(const float fPercent, PStack &pArgs) |
Definition at line 14 of file MercuryObjectCommands.h.
Definition at line 11 of file MercuryObjectCommands.cpp.