Background for Fallout 4
Member of the ConstructibleObject script
voidfunctionSetPriority(intpriority)Native

Description

Wiki Description

Sets the priority for this constructible object.


Caveats

CK Wiki - Notes

None


Parameters

intpriority

CK Wiki Description

The priority for this constructible object.


Examples

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

Auto-Generated Example

int myInt__priority

myConstructibleObject__toCallFunctionOn.SetPriority(myInt__priority)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.