- Found in:
- Workshop Framework
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)