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