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
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
