Background for Skyrim SE
Member of the ObjectReference script
boolfunctionIs3DLoaded()Native

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
endIf

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.Is3DLoaded()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.