CNavLadder
An object that represents a ladder for Nextbots.
Methods
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.
CNavArea CNavLadder:GetBottomArea()
Returns the bottom area of the CNavLadder.
Returns the direction of this CNavLadder. ( The direction in which players back will be facing if they are looking directly at the ladder )
Returns the world position based on given height relative to the ladder.
CNavArea CNavLadder:GetTopBehindArea()
Returns the top behind CNavArea of the CNavLadder.
CNavArea CNavLadder:GetTopForwardArea()
Returns the top forward CNavArea of the CNavLadder.
CNavArea CNavLadder:GetTopLeftArea()
Returns the top left CNavArea of the CNavLadder.
CNavArea CNavLadder:GetTopRightArea()
Returns the top right CNavArea of the CNavLadder.
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.
CNavLadder:SetBottomArea( CNavArea area )
Sets the bottom area of the CNavLadder.
CNavLadder:SetTopBehindArea( CNavArea area )
Sets the top behind area of the CNavLadder.
CNavLadder:SetTopForwardArea( CNavArea area )
Sets the top forward area of the CNavLadder.
CNavLadder:SetTopLeftArea( CNavArea area )
Sets the top left area of the CNavLadder.
CNavLadder:SetTopRightArea( CNavArea area )
Sets the top right area of the CNavLadder.