![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | HumanCommandLadder () |
| void | ~HumanCommandLadder () |
| proto native bool | CanExit () |
| returns true if on exiting point | |
| proto native void | Exit () |
| proto native vector | GetLogoutPosition () |
| returns the safe logout position in worldspace the position is closest to the last possible exit point the player passed | |
Static Private Member Functions | |
| proto static native bool | DebugDrawLadder (Building pBuilding, int pLadderIndex) |
| debug draws any ladder | |
| proto static native int | DebugGetLadderIndex (string pComponentName) |
|
inlineprivate |
Definition at line 646 of file human.c.
Referenced by IsOnLand().
|
inlineprivate |
|
private |
returns true if on exiting point
Referenced by ActionExitLadder::ActionCondition().
debug draws any ladder
Referenced by ActionEnterLadder::ActionCondition().
Referenced by ActionEnterLadder::ActionCondition(), and ActionEnterLadder::Start().
|
private |
Referenced by ActionExitLadder::Start().
|
private |
returns the safe logout position in worldspace the position is closest to the last possible exit point the player passed
Referenced by ManBase::OnStoreSave().