GetPriority - ConstructibleObject
Revision as of 06:40, 18 October 2017 by imported>Qazaaq (added f4se member)
F4SE Member of: ConstructibleObject Script
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