Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsActivateChild(ObjectReferenceakChild)Native

Description

Wiki Description

Returns whether the passed in reference is an activate child of this reference.

Documentation Comment

Checks to see if the passed in reference is the activate child of this one


Caveats


Parameters

ObjectReferenceakChild

CK Wiki Description

The reference to check against this one.


Examples

; Is the door the activate child of the lever?
if LeverRef.IsActivateChild(DoorRef)
  Debug.Trace("Door is an activate child of the lever")
endIf

Auto-Generated Example

ObjectReference myObjectReference__akChild

bool returnedValue = myObjectReference__toCallFunctionOn.IsActivateChild(myObjectReference__akChild)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.