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

Description

Wiki Description

Gets the priority for this constructible object.


Caveats

CK Wiki - Notes

None


Examples

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

Auto-Generated Example

int returnedValue = myConstructibleObject__toCallFunctionOn.GetPriority()

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.