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