|
Drag[en]gine Script Module DragonScript 1.32.1
|
Conversation action setting an actor parameter. More...
Classes | |
| class | Factory |
| Factory for loading actor actions. More... | |
| enum | Operator |
| Operator. More... | |
Public Member Functions | |
| void | execute (ConversationPlayback playback) |
| Execute action. | |
| StringID | getActorID () |
| Actor ID or null if not set. | |
| String | getName () |
| Name of the parameter to set. | |
| Operator | getOperator () |
| Operator. | |
| int | getValue () |
| Value to use for operation. | |
| String | getValueVariable () |
| Variable value to use for operation or null to use value. | |
| CActionSetActorParameter | new () |
| Create conversation action. | |
| CActionSetActorParameter | new (PersistencyEnvironment env, FileReader reader) |
| Read from file. | |
| String | persistencyFactoryName () |
| Name of PersistencyFactory required to load object from file. | |
| void | setActorID (StringID id) |
| Set actor ID or null if not set. | |
| void | setName (String name) |
| Set name of the parameter to set. | |
| void | setOperator (Operator operator) |
| Set operator. | |
| void | setValue (int value) |
| Set value to use for operation. | |
| void | setValueVariable (String variable) |
| Set variable value to use for operation or null to use value. | |
| void | writeObjectToFile (PersistencyEnvironment env, FileWriter writer) |
| Write object to file writer. | |
Public Member Functions inherited from Dragengine.ConversationSystem.ConversationAction | |
| float | getDelay () |
| Delay in seconds before processing this action. | |
| bool | getWaitForActor () |
| Wait for actor. | |
| String | getWaitForActorID () |
| ID of actor to wait for or null to wait for all actors. | |
| bool | getWaitSpeakOnly () |
| Waiting considers only actor speaking not actor waiting. | |
| void | setDelay (float delay) |
| Set delay in seconds before processing this action. | |
| void | setWaitForActor (bool wait) |
| Set wait for actor. | |
| void | setWaitForActorID (String id) |
| Set ID of actor to wait for or null to wait for all actors. | |
| void | setWaitSpeakOnly (bool speakOnly) |
| Set waiting considers only actor speaking not actor waiting. | |
Public Attributes | |
| StringID | pActorID |
| String | pName |
| Operator | pOperator |
| int | pValue |
| String | pValueVariable |
Public Attributes inherited from Dragengine.ConversationSystem.ConversationAction | |
| float | pDelay |
| bool | pWaitForActor |
| String | pWaitForActorID |
Conversation action setting an actor parameter.
| void Dragengine.ConversationSystem.CActionSetActorParameter.execute | ( | ConversationPlayback | playback | ) |
Execute action.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
| StringID Dragengine.ConversationSystem.CActionSetActorParameter.getActorID | ( | ) |
Actor ID or null if not set.
| String Dragengine.ConversationSystem.CActionSetActorParameter.getName | ( | ) |
Name of the parameter to set.
| Operator Dragengine.ConversationSystem.CActionSetActorParameter.getOperator | ( | ) |
Operator.
| int Dragengine.ConversationSystem.CActionSetActorParameter.getValue | ( | ) |
Value to use for operation.
| String Dragengine.ConversationSystem.CActionSetActorParameter.getValueVariable | ( | ) |
Variable value to use for operation or null to use value.
| CActionSetActorParameter Dragengine.ConversationSystem.CActionSetActorParameter.new | ( | ) |
Create conversation action.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
| CActionSetActorParameter Dragengine.ConversationSystem.CActionSetActorParameter.new | ( | PersistencyEnvironment | env, |
| FileReader | reader | ||
| ) |
Read from file.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
| String Dragengine.ConversationSystem.CActionSetActorParameter.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.
| void Dragengine.ConversationSystem.CActionSetActorParameter.setActorID | ( | StringID | id | ) |
Set actor ID or null if not set.
| void Dragengine.ConversationSystem.CActionSetActorParameter.setName | ( | String | name | ) |
Set name of the parameter to set.
| void Dragengine.ConversationSystem.CActionSetActorParameter.setOperator | ( | Operator | operator | ) |
Set operator.
| void Dragengine.ConversationSystem.CActionSetActorParameter.setValue | ( | int | value | ) |
Set value to use for operation.
| void Dragengine.ConversationSystem.CActionSetActorParameter.setValueVariable | ( | String | variable | ) |
Set variable value to use for operation or null to use value.
| void Dragengine.ConversationSystem.CActionSetActorParameter.writeObjectToFile | ( | PersistencyEnvironment | env, |
| FileWriter | writer | ||
| ) |
Write object to file writer.
| StringID Dragengine.ConversationSystem.CActionSetActorParameter.pActorID |
| String Dragengine.ConversationSystem.CActionSetActorParameter.pName |
| Operator Dragengine.ConversationSystem.CActionSetActorParameter.pOperator |
| int Dragengine.ConversationSystem.CActionSetActorParameter.pValue |
| String Dragengine.ConversationSystem.CActionSetActorParameter.pValueVariable |