CNavLadder
An object that represents a ladder for Nextbots.
Methods
CNavLadder:ConnectTo( CNavArea area )
Connects this ladder to a CNavArea with a one way connection. ( From this ladder to the target area ).
See CNavArea:ConnectTo for making the connection from area to ladder.
CNavLadder:Disconnect( CNavArea area )
Disconnects this ladder from given area in a single direction.
Vector CNavLadder:GetNormal()
Returns the direction of this CNavLadder. ( The direction in which players back will be facing if they are looking directly at the ladder )
Vector CNavLadder:GetPosAtHeight( number height )
Returns the world position based on given height relative to the ladder.
boolean CNavLadder:IsConnectedAtSide( CNavArea navArea, number navDirType )
Returns whether this CNavLadder has an outgoing ( one or two way ) connection to given CNavArea in given direction.
CNavLadder:Remove()
Removes the given nav ladder.