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

List of conversation actors keyd by identifier. More...

Inheritance diagram for Dragengine.ConversationSystem.ConversationActorList:

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...
 

Detailed Description

List of conversation actors keyd by identifier.

Member Function Documentation

◆ add()

void Dragengine.ConversationSystem.ConversationActorList.add ( ConversationActor  actor)

Add actor.

◆ dispose()

void Dragengine.ConversationSystem.ConversationActorList.dispose ( )

Dispose of list.

◆ forEach()

void Dragengine.ConversationSystem.ConversationActorList.forEach ( Block  ablock)

Visit actors with block with parameter ConversationActor.

◆ getAt()

ConversationActor Dragengine.ConversationSystem.ConversationActorList.getAt ( StringID  id)

Actor with identifier or null if absent.

◆ getCount()

int Dragengine.ConversationSystem.ConversationActorList.getCount ( )

Number of actors.

◆ has()

bool Dragengine.ConversationSystem.ConversationActorList.has ( StringID  id)

Actor is present.

◆ new()

ConversationActorList Dragengine.ConversationSystem.ConversationActorList.new ( )

Create conversation actor list.

◆ remove()

void Dragengine.ConversationSystem.ConversationActorList.remove ( StringID  id)

Remove actor.

◆ removeAll()

void Dragengine.ConversationSystem.ConversationActorList.removeAll ( )

Remove all actors.


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