Is3DLoaded - ObjectReference

From the CreationKit Wiki
Revision as of 16:18, 24 October 2011 by imported>Jlundin (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See Also