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

List of conversation coordinate systems keyd by identifier. More...

Inheritance diagram for Dragengine.ConversationSystem.ConversationCoordSystemList:

Public Member Functions

void add (ConversationCoordSystem coordSystem)
 Add coordinate system. More...
 
void dispose ()
 Dispose of list. More...
 
void forEach (Block ablock)
 Visit coordinate systems with block with parameter ConversationCoordSystem. More...
 
ConversationCoordSystem getAt (StringID id)
 Coordinate system with identifier or null if absent. More...
 
int getCount ()
 Number of coordinate systems. More...
 
bool has (StringID id)
 Coordinate system is present. More...
 
ConversationCoordSystemList new ()
 Create conversation coordinate system list. More...
 
void remove (StringID id)
 Remove coordinate system. More...
 
void removeAll ()
 Remove all coordinate systems. More...
 

Detailed Description

List of conversation coordinate systems keyd by identifier.

Member Function Documentation

◆ add()

void Dragengine.ConversationSystem.ConversationCoordSystemList.add ( ConversationCoordSystem  coordSystem)

Add coordinate system.

◆ dispose()

void Dragengine.ConversationSystem.ConversationCoordSystemList.dispose ( )

Dispose of list.

◆ forEach()

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

Visit coordinate systems with block with parameter ConversationCoordSystem.

◆ getAt()

ConversationCoordSystem Dragengine.ConversationSystem.ConversationCoordSystemList.getAt ( StringID  id)

Coordinate system with identifier or null if absent.

◆ getCount()

int Dragengine.ConversationSystem.ConversationCoordSystemList.getCount ( )

Number of coordinate systems.

◆ has()

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

Coordinate system is present.

◆ new()

ConversationCoordSystemList Dragengine.ConversationSystem.ConversationCoordSystemList.new ( )

Create conversation coordinate system list.

◆ remove()

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

Remove coordinate system.

◆ removeAll()

void Dragengine.ConversationSystem.ConversationCoordSystemList.removeAll ( )

Remove all coordinate systems.


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