Description
Wiki Description
Checks to see if this object has its 3D currently loaded.
Documentation Comment
Returns if the 3d for this object is loaded or not
Caveats
CK Wiki - Notes
- Even if the object is in another room bound and therefore not rendered, the function will return true (assuming that if there was no room bound, it would have been rendered).
Examples
; Does the car have 3d?
if (Car.Is3DLoaded())
; We can animate it now, if we want
endIfAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.Is3DLoaded()