SetPriority - ConstructibleObject
Revision as of 13:29, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: ConstructibleObject Script
Requires F4SE version 0.4.2 or higher.
Sets the priority for this constructible object.
SyntaxEdit
Function SetPriority(int priority) Native
ParametersEdit
- priority: The priority for this constructible object.
Return ValueEdit
None
ExamplesEdit
int priority = 5
myConstructibleObject.SetPriority(priority)
Debug.Trace("This constructible objects priority equals " + priority)
NotesEdit
None