Is3DLoaded - ObjectReference

Member of: ObjectReference Script

Checks to see if this object has its 3D currently loaded.

SyntaxEdit

bool Function Is3DLoaded() native

ParametersEdit

None.

Return ValueEdit

If this object has its 3D currently loaded.

ExamplesEdit

; Does the car have 3d?
if (Car.Is3DLoaded())
  ; We can animate it now, if we want
endIf

NotesEdit

  • 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).

See AlsoEdit