Drag[en]gine Script Module DragonScript
1.21
|
Conversation action adding a coordinate system to the conversation if not there yet. More...
Classes | |
class | Factory |
Factory for loading actor actions. More... | |
Public Member Functions | |
void | execute (ConversationPlayback playback) |
Execute action. More... | |
StringID | getAliasID () |
Optional alias ID to set for the actor or null if not set. More... | |
StringID | getCoordSystemID () |
Coordinate system ID or null if not set. More... | |
CActionCoordSystemAdd | new () |
Create conversation action. More... | |
CActionCoordSystemAdd | new (PersistencyEnvironment env, FileReader reader) |
Read from file. More... | |
String | persistencyFactoryName () |
Name of PersistencyFactory required to load object from file. More... | |
void | setAliasID (StringID id) |
Set optional alias ID to set for the actor or null if not set. More... | |
void | setCoordSystemID (StringID id) |
Set coordinate system ID or null if not set. More... | |
void | writeObjectToFile (PersistencyEnvironment env, FileWriter writer) |
Write object to file writer. More... | |
Public Member Functions inherited from Dragengine.ConversationSystem.ConversationAction | |
float | getDelay () |
Delay in seconds before processing this action. More... | |
bool | getWaitForActor () |
Wait for actor. More... | |
String | getWaitForActorID () |
ID of actor to wait for or null to wait for all actors. More... | |
void | setDelay (float delay) |
Set delay in seconds before processing this action. More... | |
void | setWaitForActor (bool wait) |
Set wait for actor. More... | |
void | setWaitForActorID (String id) |
Set ID of actor to wait for or null to wait for all actors. More... | |
Public Attributes | |
StringID | pAliasID |
StringID | pCoordSystemID |
Public Attributes inherited from Dragengine.ConversationSystem.ConversationAction | |
float | pDelay |
Delay before processing the action. More... | |
bool | pWaitForActor |
Wait for actor. More... | |
String | pWaitForActorID |
ID of actor to wait for or null to wait for all actors. More... | |
Conversation action adding a coordinate system to the conversation if not there yet.
void Dragengine.ConversationSystem.CActionCoordSystemAdd.execute | ( | ConversationPlayback | playback | ) |
Execute action.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
StringID Dragengine.ConversationSystem.CActionCoordSystemAdd.getAliasID | ( | ) |
Optional alias ID to set for the actor or null if not set.
StringID Dragengine.ConversationSystem.CActionCoordSystemAdd.getCoordSystemID | ( | ) |
Coordinate system ID or null if not set.
CActionCoordSystemAdd Dragengine.ConversationSystem.CActionCoordSystemAdd.new | ( | ) |
Create conversation action.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
CActionCoordSystemAdd Dragengine.ConversationSystem.CActionCoordSystemAdd.new | ( | PersistencyEnvironment | env, |
FileReader | reader | ||
) |
Read from file.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
String Dragengine.ConversationSystem.CActionCoordSystemAdd.persistencyFactoryName | ( | ) |
Name of PersistencyFactory required to load object from file.
Name of PersistencyFactory is first written to the file as string with 8-bit length. Then writeToFile() is called to write the object itself. Empty name is not allowed as is names longer than 255 characters. Name has to match a PersistencyFactory present in the Persistency instance used for loading objects. Object is read using PersistencyFactory.readObjectFromFile() of the matching PersistencyFactory.
Implements Dragengine.LoadSave.Persistable.
void Dragengine.ConversationSystem.CActionCoordSystemAdd.setAliasID | ( | StringID | id | ) |
Set optional alias ID to set for the actor or null if not set.
void Dragengine.ConversationSystem.CActionCoordSystemAdd.setCoordSystemID | ( | StringID | id | ) |
Set coordinate system ID or null if not set.
void Dragengine.ConversationSystem.CActionCoordSystemAdd.writeObjectToFile | ( | PersistencyEnvironment | env, |
FileWriter | writer | ||
) |
Write object to file writer.
Implements Dragengine.LoadSave.Persistable.
StringID Dragengine.ConversationSystem.CActionCoordSystemAdd.pAliasID |
StringID Dragengine.ConversationSystem.CActionCoordSystemAdd.pCoordSystemID |