|
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Public Member Functions | |
| VectorArray () | |
| None | Insert (Vector &v) |
| int | GetCount () |
| Vector * | GetVectorAtIndex (int index) |
Common editor interface Vector array.
If the VectorArray instance is empty, it will return 'False' in comparison checks.
| VectorArray::VectorArray | ( | ) |
default ctor
| int VectorArray::GetCount | ( | ) |
get the number of elements in the array
| Vector * VectorArray::GetVectorAtIndex | ( | int | index | ) |
| None VectorArray::Insert | ( | Vector & | v | ) |