Drag[en]gine Script Module DragonScript
1.23
|
List of box areas. More...
Public Member Functions | |
void | add (BoxArea boxArea) |
Add box area. More... | |
void | forEach (Block ablock) |
Visit box areas with block with parameter BoxArea. More... | |
BoxArea | getAt (int index) |
Box area at index. More... | |
int | getCount () |
Number of box areas. More... | |
BoxAreaList | new () |
Create box area list. More... | |
BoxAreaList | new (BoxAreaList copy) |
Create copy of box area list. More... | |
void | remove (BoxArea boxArea) |
Remove box area. More... | |
void | removeAll () |
Remove all box areas. More... | |
List of box areas.
void Dragengine.Utils.BoxAreaList.add | ( | BoxArea | boxArea | ) |
Add box area.
void Dragengine.Utils.BoxAreaList.forEach | ( | Block | ablock | ) |
Visit box areas with block with parameter BoxArea.
BoxArea Dragengine.Utils.BoxAreaList.getAt | ( | int | index | ) |
Box area at index.
int Dragengine.Utils.BoxAreaList.getCount | ( | ) |
Number of box areas.
BoxAreaList Dragengine.Utils.BoxAreaList.new | ( | ) |
Create box area list.
BoxAreaList Dragengine.Utils.BoxAreaList.new | ( | BoxAreaList | copy | ) |
Create copy of box area list.
void Dragengine.Utils.BoxAreaList.remove | ( | BoxArea | boxArea | ) |
Remove box area.
void Dragengine.Utils.BoxAreaList.removeAll | ( | ) |
Remove all box areas.