Enfusion Script API
|
Public Member Functions | |
proto external BaseContainer | Get (int index) |
proto external bool | Set (int index, BaseContainer cont) |
proto external bool | Insert (BaseContainer cont, int index=-1) |
proto external bool | Remove (BaseContainer cont) |
proto external int | Count () |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
proto external int BaseContainerList.Count | ( | ) |
proto external BaseContainer BaseContainerList.Get | ( | int | index | ) |
proto external bool BaseContainerList.Insert | ( | BaseContainer | cont, |
int | index = -1 |
||
) |
proto external bool BaseContainerList.Remove | ( | BaseContainer | cont | ) |
proto external bool BaseContainerList.Set | ( | int | index, |
BaseContainer | cont | ||
) |