Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsRefInTransitionCell(ObjectReferenceakRef)Native

Description

Wiki Description

Is the given ref in the transformed bounds of this teleport ref's transition cell?

Documentation Comment

Returns if the given ref is inside this teleport ref's transition cell


Caveats


Parameters

ObjectReferenceakRef

CK Wiki Description

Reference whose position we are checking


Examples

; check to see if player is inside the elevator
bool bready = ElevatorRef.IsRefInTransitionCell( pPlayer )

Auto-Generated Example

ObjectReference myObjectReference__akRef

bool returnedValue = myObjectReference__toCallFunctionOn.IsRefInTransitionCell(myObjectReference__akRef)

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.