|
Drag[en]gine Script Module DragonScript 1.32.1
|
Conversation action processing a different topic if existing. More...
Classes | |
| class | Factory |
| Factory for loading actor actions. More... | |
Public Member Functions | |
| void | execute (ConversationPlayback playback) |
| Execute action. | |
| Array | getActions () |
| Array of ConversationAction to run instead of snippet. | |
| bool | getCreateSideLane () |
| Create side lane. | |
| StringID | getGroupID () |
| Group ID. | |
| ConversationActionIterator | getIteratorActions () |
| Actions iterator. | |
| StringID | getTopicID () |
| Topic ID. | |
| CActionSnippet | new () |
| Create conversation action. | |
| CActionSnippet | new (PersistencyEnvironment env, FileReader reader) |
| Read from file. | |
| String | persistencyFactoryName () |
| Name of PersistencyFactory required to load object from file. | |
| void | setCreateSideLane (bool createSideLane) |
| Set create side lane. | |
| void | setGroupID (StringID id) |
| Set group ID. | |
| void | setTopicID (StringID id) |
| Set topic ID. | |
| 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 | |
| Array | pActions |
| bool | pCreateSideLane |
| StringID | pGroupID |
Public Attributes inherited from Dragengine.ConversationSystem.ConversationAction | |
| float | pDelay |
| bool | pWaitForActor |
| String | pWaitForActorID |
Conversation action processing a different topic if existing.
| void Dragengine.ConversationSystem.CActionSnippet.execute | ( | ConversationPlayback | playback | ) |
Execute action.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
| Array Dragengine.ConversationSystem.CActionSnippet.getActions | ( | ) |
Array of ConversationAction to run instead of snippet.
For use by simple conversation and custom code wishing to inject actions.
| bool Dragengine.ConversationSystem.CActionSnippet.getCreateSideLane | ( | ) |
Create side lane.
| StringID Dragengine.ConversationSystem.CActionSnippet.getGroupID | ( | ) |
Group ID.
| ConversationActionIterator Dragengine.ConversationSystem.CActionSnippet.getIteratorActions | ( | ) |
Actions iterator.
| StringID Dragengine.ConversationSystem.CActionSnippet.getTopicID | ( | ) |
Topic ID.
| CActionSnippet Dragengine.ConversationSystem.CActionSnippet.new | ( | ) |
Create conversation action.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
| CActionSnippet Dragengine.ConversationSystem.CActionSnippet.new | ( | PersistencyEnvironment | env, |
| FileReader | reader | ||
| ) |
Read from file.
Reimplemented from Dragengine.ConversationSystem.ConversationAction.
| String Dragengine.ConversationSystem.CActionSnippet.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.CActionSnippet.setCreateSideLane | ( | bool | createSideLane | ) |
Set create side lane.
| void Dragengine.ConversationSystem.CActionSnippet.setGroupID | ( | StringID | id | ) |
Set group ID.
| void Dragengine.ConversationSystem.CActionSnippet.setTopicID | ( | StringID | id | ) |
Set topic ID.
| void Dragengine.ConversationSystem.CActionSnippet.writeObjectToFile | ( | PersistencyEnvironment | env, |
| FileWriter | writer | ||
| ) |
Write object to file writer.
| Array Dragengine.ConversationSystem.CActionSnippet.pActions |
| bool Dragengine.ConversationSystem.CActionSnippet.pCreateSideLane |
| StringID Dragengine.ConversationSystem.CActionSnippet.pGroupID |