Drag[en]gine Script Module DragonScript  1.23
Dragengine.ConversationSystem.CActionSetVariable Class Reference

Conversation action setting a conversation variable. More...

Inheritance diagram for Dragengine.ConversationSystem.CActionSetVariable:
Dragengine.ConversationSystem.ConversationAction Dragengine.LoadSave.Persistable

Classes

class  Factory
 Factory for loading actor actions. More...
 
enum  Operator
 Operator. More...
 

Public Member Functions

void execute (ConversationPlayback playback)
 Execute action. More...
 
String getName ()
 Name of the variable to set. More...
 
Operator getOperator ()
 Operator. More...
 
int getValue ()
 Value to use for operation. More...
 
String getValueVariable ()
 Variable to get value from to use for operation or null to use value. More...
 
CActionSetVariable new ()
 Create conversation action. More...
 
CActionSetVariable new (PersistencyEnvironment env, FileReader reader)
 Read from file. More...
 
String persistencyFactoryName ()
 Name of PersistencyFactory required to load object from file. More...
 
void setName (String name)
 Set name of the variable to set. More...
 
void setOperator (Operator operator)
 Set operator. More...
 
void setValue (int value)
 Set value to use for operation. More...
 
void setValueVariable (String variable)
 Set variable to get value from to use for operation or null to use value. 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

String pName
 
Operator pOperator
 
int pValue
 
String pValueVariable
 
- 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...
 

Detailed Description

Conversation action setting a conversation variable.

Member Function Documentation

◆ execute()

void Dragengine.ConversationSystem.CActionSetVariable.execute ( ConversationPlayback  playback)

Execute action.

Reimplemented from Dragengine.ConversationSystem.ConversationAction.

◆ getName()

String Dragengine.ConversationSystem.CActionSetVariable.getName ( )

Name of the variable to set.

◆ getOperator()

Operator Dragengine.ConversationSystem.CActionSetVariable.getOperator ( )

◆ getValue()

int Dragengine.ConversationSystem.CActionSetVariable.getValue ( )

Value to use for operation.

◆ getValueVariable()

String Dragengine.ConversationSystem.CActionSetVariable.getValueVariable ( )

Variable to get value from to use for operation or null to use value.

◆ new() [1/2]

CActionSetVariable Dragengine.ConversationSystem.CActionSetVariable.new ( )

Create conversation action.

Reimplemented from Dragengine.ConversationSystem.ConversationAction.

◆ new() [2/2]

CActionSetVariable Dragengine.ConversationSystem.CActionSetVariable.new ( PersistencyEnvironment  env,
FileReader  reader 
)

Read from file.

Reimplemented from Dragengine.ConversationSystem.ConversationAction.

◆ persistencyFactoryName()

String Dragengine.ConversationSystem.CActionSetVariable.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.

◆ setName()

void Dragengine.ConversationSystem.CActionSetVariable.setName ( String  name)

Set name of the variable to set.

◆ setOperator()

void Dragengine.ConversationSystem.CActionSetVariable.setOperator ( Operator  operator)

Set operator.

◆ setValue()

void Dragengine.ConversationSystem.CActionSetVariable.setValue ( int  value)

Set value to use for operation.

◆ setValueVariable()

void Dragengine.ConversationSystem.CActionSetVariable.setValueVariable ( String  variable)

Set variable to get value from to use for operation or null to use value.

◆ writeObjectToFile()

void Dragengine.ConversationSystem.CActionSetVariable.writeObjectToFile ( PersistencyEnvironment  env,
FileWriter  writer 
)

Write object to file writer.

Implements Dragengine.LoadSave.Persistable.

Member Data Documentation

◆ pName

String Dragengine.ConversationSystem.CActionSetVariable.pName

◆ pOperator

Operator Dragengine.ConversationSystem.CActionSetVariable.pOperator

◆ pValue

int Dragengine.ConversationSystem.CActionSetVariable.pValue

◆ pValueVariable

String Dragengine.ConversationSystem.CActionSetVariable.pValueVariable

The documentation for this class was generated from the following file: