#include "Actor.h"#include "RageTexture.h"Go to the source code of this file.
Namespaces | |
| namespace | ActorUtil |
Classes | |
| class | AutoActor |
Defines | |
| #define | SET_XY(actor) ActorUtil::SetXY( actor, m_sName ) |
| #define | ON_COMMAND(actor) ActorUtil::OnCommand( actor, m_sName ) |
| #define | OFF_COMMAND(actor) ActorUtil::OffCommand( actor, m_sName ) |
| #define | SET_XY_AND_ON_COMMAND(actor) ActorUtil::SetXYAndOnCommand( actor, m_sName ) |
| #define | COMMAND(actor, command_name) ActorUtil::RunCommand( actor, m_sName, command_name ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7