GetPriority - ConstructibleObject

From the Fallout4 CreationKit Wiki
Revision as of 13:26, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Gets the priority for this constructible object.

Syntax

int Function GetPriority() Native

Parameters

None.

Return Value

The priority for this constructible object.

Examples

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

Notes

None

See Also