Background for Fallout 4
Member of the WSFWIdentifier script
int[]functionRemoveNodesFromPowerGrid(ObjectReferenceworkshop_ref, int[]iFormIDs)NativeGlobal

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)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.