Is3DLoaded - ObjectReference
Revision as of 16:18, 24 October 2011 by imported>Jlundin (→Syntax)
Member of: ObjectReference Script
Checks to see if this object has its 3D currently loaded.
Syntax
bool Function Is3DLoaded() native
Parameters
None.
Return Value
If this object has its 3D currently loaded.
Examples
; Does the car have 3d?
if (Car.Is3DLoaded())
; We can animate it now, if we want
endIf