IsRefInTransitionCell - ObjectReference

Member of: ObjectReference Script

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

SyntaxEdit

bool Function IsRefInTransitionCell(ObjectReference akRef) native

ParametersEdit

  • akRef: Reference whose position we are checking

Return ValueEdit

True if ref is inside the attached transition cell. False otherwise.

ExamplesEdit

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

See AlsoEdit