|
Drag[en]gine Script Module DragonScript 1.32.1
|
Simple conversation condition. More...
Classes | |
| enum | Type |
| Condition type. More... | |
Public Member Functions | |
| Array | getConditions () |
| Child conditions or null. | |
| Enumeration | getMode () |
| Mode. | |
| String | getName () |
| Name. | |
| StringID | getTarget () |
| Actor identifier or alias. | |
| int | getValue () |
| Value. | |
| SimpleConversationCondition | new (SimpleConversationCondition condition) |
| Create copy of simple conversation condition. | |
| SimpleConversationCondition | new (Type type) |
| Create simple conversation condition. | |
| void | setConditions (Array conditions) |
| Set conditions or null. | |
| void | setMode (Enumeration mode) |
| Set mode. | |
| void | setName (String name) |
| Set name. | |
| void | setTarget (StringID target) |
| Set actor identifier or alias. | |
| void | setValue (int value) |
| Set value. | |
Public Attributes | |
| Array | pConditions |
| Enumeration | pMode |
| String | pName |
| StringID | pTarget |
| Type | pType |
| int | pValue |
Simple conversation condition.
| Array Dragengine.ConversationSystem.SimpleConversationCondition.getConditions | ( | ) |
Child conditions or null.
| Enumeration Dragengine.ConversationSystem.SimpleConversationCondition.getMode | ( | ) |
Mode.
| String Dragengine.ConversationSystem.SimpleConversationCondition.getName | ( | ) |
Name.
| StringID Dragengine.ConversationSystem.SimpleConversationCondition.getTarget | ( | ) |
Actor identifier or alias.
| int Dragengine.ConversationSystem.SimpleConversationCondition.getValue | ( | ) |
Value.
| SimpleConversationCondition Dragengine.ConversationSystem.SimpleConversationCondition.new | ( | SimpleConversationCondition | condition | ) |
Create copy of simple conversation condition.
| SimpleConversationCondition Dragengine.ConversationSystem.SimpleConversationCondition.new | ( | Type | type | ) |
Create simple conversation condition.
| void Dragengine.ConversationSystem.SimpleConversationCondition.setConditions | ( | Array | conditions | ) |
Set conditions or null.
| void Dragengine.ConversationSystem.SimpleConversationCondition.setMode | ( | Enumeration | mode | ) |
Set mode.
| void Dragengine.ConversationSystem.SimpleConversationCondition.setName | ( | String | name | ) |
Set name.
| void Dragengine.ConversationSystem.SimpleConversationCondition.setTarget | ( | StringID | target | ) |
Set actor identifier or alias.
| void Dragengine.ConversationSystem.SimpleConversationCondition.setValue | ( | int | value | ) |
Set value.
| Array Dragengine.ConversationSystem.SimpleConversationCondition.pConditions |
| Enumeration Dragengine.ConversationSystem.SimpleConversationCondition.pMode |
| String Dragengine.ConversationSystem.SimpleConversationCondition.pName |
| StringID Dragengine.ConversationSystem.SimpleConversationCondition.pTarget |
| Type Dragengine.ConversationSystem.SimpleConversationCondition.pType |
| int Dragengine.ConversationSystem.SimpleConversationCondition.pValue |