|
|
| SavePoints (LastExpressEngine *engine) |
| |
|
void | push (EntityIndex entity2, EntityIndex entity1, ActionIndex action, uint32 param=0) |
| |
|
void | push (EntityIndex entity2, EntityIndex entity1, ActionIndex action, const Common::String ¶m) |
| |
|
void | pushAll (EntityIndex entity, ActionIndex action, uint32 param=0) |
| |
|
void | process () |
| |
|
void | reset () |
| |
|
void | addData (EntityIndex entity, ActionIndex action, uint32 param) |
| |
|
void | setCallback (EntityIndex index, Callback *callback) |
| |
|
Callback * | getCallback (EntityIndex entity) const |
| |
|
void | call (EntityIndex entity2, EntityIndex entity1, ActionIndex action, uint32 param=0) const |
| |
|
void | call (EntityIndex entity2, EntityIndex entity1, ActionIndex action, const Common::String ¶m) const |
| |
|
void | callAndProcess () |
| |
|
void | saveLoadWithSerializer (Common::Serializer &s) override |
| |
| Common::String | toString () |
| |
|
uint32 | count () |
| |
◆ toString()
Convert this object into a string representation.
- Returns
- A string representation of this object.
The documentation for this class was generated from the following file: