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