Drag[en]gine Script Module DragonScript
1.23
|
List of conversation coordinate systems keyd by identifier. More...
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... | |
List of conversation coordinate systems keyd by identifier.
void Dragengine.ConversationSystem.ConversationCoordSystemList.add | ( | ConversationCoordSystem | coordSystem | ) |
Add coordinate system.
void Dragengine.ConversationSystem.ConversationCoordSystemList.dispose | ( | ) |
Dispose of list.
void Dragengine.ConversationSystem.ConversationCoordSystemList.forEach | ( | Block | ablock | ) |
Visit coordinate systems with block with parameter ConversationCoordSystem.
ConversationCoordSystem Dragengine.ConversationSystem.ConversationCoordSystemList.getAt | ( | StringID | id | ) |
Coordinate system with identifier or null if absent.
int Dragengine.ConversationSystem.ConversationCoordSystemList.getCount | ( | ) |
Number of coordinate systems.
bool Dragengine.ConversationSystem.ConversationCoordSystemList.has | ( | StringID | id | ) |
Coordinate system is present.
ConversationCoordSystemList Dragengine.ConversationSystem.ConversationCoordSystemList.new | ( | ) |
Create conversation coordinate system list.
void Dragengine.ConversationSystem.ConversationCoordSystemList.remove | ( | StringID | id | ) |
Remove coordinate system.
void Dragengine.ConversationSystem.ConversationCoordSystemList.removeAll | ( | ) |
Remove all coordinate systems.