Difference between revisions of "SetPriority - ConstructibleObject"
Jump to navigation
Jump to search
imported>Qazaaq (added f4se member) |
imported>Qazaaq (see also edited) |
||
Line 26: | Line 26: | ||
== See Also == | == See Also == | ||
*[[Constructible Object]] | *[[Constructible Object]] | ||
*[[GetPriority - ConstructibleObject]] | *[[GetPriority - ConstructibleObject]] | ||
Revision as of 06:44, 18 October 2017
F4SE Member of: ConstructibleObject Script
Sets the priority for this constructible object.
Syntax
Function SetPriority(int priority) Native
Parameters
- priority: The priority for this constructible object.
Return Value
None
Examples
int priority = 5
myConstructibleObject.SetPriority(priority)
Debug.Trace("This constructible objects priority equals " + priority)
Notes
None