GetPriority - ConstructibleObject

F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.

Gets the priority for this constructible object.

SyntaxEdit

int Function GetPriority() Native

ParametersEdit

None.

Return ValueEdit

The priority for this constructible object.

ExamplesEdit

int priority = myConstructibleObject.GetPriority()
Debug.Trace("This constructible objects priority equals " + priority)

NotesEdit

None

See AlsoEdit