ScummVM API documentation
LastExpress::SavePoints Class Reference
Inheritance diagram for LastExpress::SavePoints:
Common::Serializable

Classes

struct  SavePointData
 

Public Member Functions

 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 param)
 
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)
 
CallbackgetCallback (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 param) const
 
void callAndProcess ()
 
void saveLoadWithSerializer (Common::Serializer &s) override
 
Common::String toString ()
 
uint32 count ()
 

Member Function Documentation

◆ toString()

Common::String LastExpress::SavePoints::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: