| AddInstance(int nObjectIndex=0) | VUEEcosystem | |
| ClearInstances() | VUEEcosystem | |
| DeleteInstance(int nIndex) | VUEEcosystem | |
| GetClosestInstance(float x=0, float y=0, float z=0) | VUEEcosystem | |
| GetInstanceCount() | VUEEcosystem | |
| GetInstanceFilename(int nIndex) | VUEEcosystem | |
| GetInstancePosition(int nIndex) | VUEEcosystem | |
| GetInstanceRotation(int nIndex) | VUEEcosystem | |
| GetInstanceScale(int nIndex) | VUEEcosystem | |
| GetInstanceTransformation(int nIndex) | VUEEcosystem | |
| MoveInstance(int nIndex, float x=10, float y=10, float z=10) | VUEEcosystem | |
| MoveInstanceV(int nIndex, tuple_of_floats_x_y_z vTranslate) | VUEEcosystem | |
| SetInstancePosition(int nIndex, float x=0, float y=0, float z=0) | VUEEcosystem | |
| SetInstancePositionV(int nIndex, tuple_of_floats_x_y_z vPosition) | VUEEcosystem | |
| SetInstanceRotation(int nIndex, float x, float y, float z) | VUEEcosystem | |
| SetInstanceRotationV(int nIndex, tuple_of_floats_x_y_z vAngles) | VUEEcosystem | |
| SetInstanceScale(int nIndex, float x, float y, float z) | VUEEcosystem | |
| SetInstanceScaleV(int nIndex, tuple_of_floats_x_y_z vScale) | VUEEcosystem | |
| SetInstanceTransformation(int nIndex, array_of_floats transformation) | VUEEcosystem | |