Description
Wiki Description
Returns true if this reference is on the same power grid as the compared reference.
Documentation Comment
Returns true if this reference is on the same power grid as the compare reference.
Caveats
Parameters
Examples
; Is the door on the same power grid as the lever?
if LeverRef.HasSharedPowerGrid(DoorRef)
Debug.Trace("Door is on the same power grid as the lever")
endIfAuto-Generated Example
ObjectReference myObjectReference__akCompare
bool returnedValue = myObjectReference__toCallFunctionOn.HasSharedPowerGrid(myObjectReference__akCompare)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
