Background for Fallout 4
Member of the WSFWIdentifier script
boolfunctionRemoveExistingObjectFromPowerGrid(ObjectReferenceworkshop_ref, ObjectReferenceakRefToRemove)Global

Description

Documentation Comment

Removes the power node of an existing Object Reference from all power grids. This is mostly for testing purposes.


Caveats


Parameters

ObjectReferenceworkshop_ref

ObjectReferenceakRefToRemove


Examples

Auto-Generated Example

ObjectReference myObjectReference__workshop_ref
ObjectReference myObjectReference__akRefToRemove

bool returnedValue = WSFWIdentifier.RemoveExistingObjectFromPowerGrid(myObjectReference__workshop_ref, myObjectReference__akRefToRemove)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.