|
Drag[en]gine Script Module DragonScript 1.32.1
|
List of conversation actors keyd by identifier. More...
Public Member Functions | |
| void | add (ConversationActor actor) |
| Add actor. | |
| void | dispose () |
| Dispose of list. | |
| void | forEach (Block ablock) |
| Visit actors with block with parameter ConversationActor. | |
| ConversationActor | getAt (StringID id) |
| Actor with identifier or null if absent. | |
| int | getCount () |
| Number of actors. | |
| bool | has (StringID id) |
| Actor is present. | |
| ConversationActorList | new () |
| Create conversation actor list. | |
| void | remove (StringID id) |
| Remove actor. | |
| void | removeAll () |
| Remove all actors. | |
List of conversation actors keyd by identifier.
| void Dragengine.ConversationSystem.ConversationActorList.add | ( | ConversationActor | actor | ) |
Add actor.
| void Dragengine.ConversationSystem.ConversationActorList.dispose | ( | ) |
Dispose of list.
| void Dragengine.ConversationSystem.ConversationActorList.forEach | ( | Block | ablock | ) |
Visit actors with block with parameter ConversationActor.
| ConversationActor Dragengine.ConversationSystem.ConversationActorList.getAt | ( | StringID | id | ) |
Actor with identifier or null if absent.
| int Dragengine.ConversationSystem.ConversationActorList.getCount | ( | ) |
Number of actors.
| bool Dragengine.ConversationSystem.ConversationActorList.has | ( | StringID | id | ) |
Actor is present.
| ConversationActorList Dragengine.ConversationSystem.ConversationActorList.new | ( | ) |
Create conversation actor list.
| void Dragengine.ConversationSystem.ConversationActorList.remove | ( | StringID | id | ) |
Remove actor.
| void Dragengine.ConversationSystem.ConversationActorList.removeAll | ( | ) |
Remove all actors.