Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс HumanCommandClimb

command itself Подробнее...

Закрытые члены

void HumanCommandClimb ()
 
void ~HumanCommandClimb ()
 
proto native int GetState ()
 returns the state of climb (enum value of ClimbStates);
 
proto native vector GetGrabPointWS ()
 returns world space position of climbing grab point
 
proto native vector GetClimbOverStandPointWS ()
 returns world space position of landspot after climbing over
 

Закрытые статические члены

proto static native bool DoClimbTest (Human pHuman, SHumanCommandClimbResult pResult, int pDebugDrawLevel)
 
proto static native bool DebugDrawClimb (Human pHuman, int pLevel)
 

Подробное описание

command itself

Конструктор(ы)

◆ HumanCommandClimb()

void HumanCommandClimb ( )
inlineprivate
773{}

◆ ~HumanCommandClimb()

void ~HumanCommandClimb ( )
inlineprivate
774{}

Методы

◆ DebugDrawClimb()

proto static native bool DebugDrawClimb ( Human pHuman,
int pLevel )
staticprivate

debug draws climb heauristics int pLevel = 1 result, 2 - capsules (3 - all)

◆ DoClimbTest()

proto static native bool DoClimbTest ( Human pHuman,
SHumanCommandClimbResult pResult,
int pDebugDrawLevel )
staticprivate

debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb

Используется в DayZPlayer::CommandHandler() и DayZPlayerImplementJumpClimb::JumpOrClimb().

◆ GetClimbOverStandPointWS()

proto native vector GetClimbOverStandPointWS ( )
private

returns world space position of landspot after climbing over

◆ GetGrabPointWS()

proto native vector GetGrabPointWS ( )
private

returns world space position of climbing grab point

◆ GetState()

proto native int GetState ( )
private

returns the state of climb (enum value of ClimbStates);


Объявления и описания членов класса находятся в файле: