- Found in:
- Workshop Framework
Description
Documentation Comment
Removes power nodes from all power grids by a list of FormIDs. Note that the reason it takes FormIDs instead of Object References is because most of the times these objects don't exist in the game anymore.
Caveats
Parameters
ObjectReferenceworkshop_ref
int[]iFormIDs
Examples
Auto-Generated Example
ObjectReference myObjectReference__workshop_ref
int[] myIntArray__iFormIDs
int[] returnedValue = WSFWIdentifier.RemoveNodesFromPowerGrid(myObjectReference__workshop_ref, myIntArray__iFormIDs)