DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
humansettings.c
Go to the documentation of this file.
2{
3 private void SHumanGlobalSettings() {}
4 private void ~SHumanGlobalSettings() {}
5
7}
8
9
11{
12 private void SHumanCommandMoveSettings() {}
21
25
29
33
35
38
43}
44
46{
47 private void SHumanCommandSwimSettings() {}
48 private void ~SHumanCommandSwimSettings() {}
49
56
60
64
65
68}
69
70
71
73{
74 private void SHumanCommandClimbSettings() {}
75 private void ~SHumanCommandClimbSettings() {}
97};
float m_fWaterLevelIn
when entering water - what level cases swimming (1.5m)
private void ~SHumanCommandSwimSettings()
float m_fToCrouchLevel
when to crouch
float m_fToErectLevel
when to stand
private void SHumanCommandSwimSettings()
float m_fWaterLevelOut
what water level causes to stop swimming (1.2m)
float m_fAlignIdleMaxChanged
align filters in idle, slow, fast
float m_fWaterLevelSwim
when swimming - entity position depth (1.4 m)
private void SHumanGlobalSettings()
private void ~SHumanGlobalSettings()
float m_fPhysMoveMaxTracedDistance
when actual phys step is lower than this -> distance is traced, otherwise it's just set
float m_fStepFreeSpace
forward step
float m_fStepMinWidth
class SHumanGlobalSettings SHumanCommandMoveSettings()
int m_iMaxSpeedFast_WaterLevelHigh
Max movement speed for m_fWaterLevelSpeedRectrictionHigh when character wants to sprint (-1 means no ...
float m_fFwMaxDistance
float m_fHeadingChangeLimiterWalk
float m_fDirFilterSprintTimeout
sprint direction filter timeout [s]
float m_fStepPositionAfterEdge
must be a space to step there
float m_fMaxSprintAngle
max sprint angle [rad]
class SHumanCommandSwimSettings SHumanCommandClimbSettings()
int m_iMaxSpeedNormal_WaterLevelHigh
Max movement speed for m_fWaterLevelSpeedRectrictionHigh when character doesn't want to sprint (-1 me...
float m_fClimbOverMaxWidth
float m_fStepVariation
float m_fLeaningSpeed
float m_fCharWidth
forward pass
float m_fStepDownRadius
private void ~SHumanCommandClimbSettings()
float m_fSlidingPoseTrackTime
time change of angle is tracked in the past (sec)
float m_fFwMinHeight
float m_fTurnNextNTime
when next turn is started from previous turn
float m_fDirFilterSpeed
direction filter max rot speed [rad/s]
float m_fWaterLevelSpeedRectrictionLow
Water level (in meters) - m_iMaxSpeedNormal_WaterLevelLow and m_iMaxSpeedFast_WaterLevelLow are appli...
float m_fClimbOverMinHeight
float m_fDirFilterTimeout
direction filter timeout [s]
int m_iMaxSpeedNormal_WaterLevelLow
Max movement speed for m_fWaterLevelSpeedRectrictionLow when character doesn't want to sprint (-1 mea...
float m_fSlidingPoseAngle
angle (0.707 * PI) - when angle is bigger - sliding pose is done (rad)
float m_fSlidingPoseRepTime
not to do sliding pose after another sliding pose (sec)
float m_fFwMaxHeight
float m_fRunSpringTimeout
filter span value [s]
private void ~SHumanCommandMoveSettings()
float m_fTurnEndUpdateNTime
when turn values are not updated anymore (normalized time)
float m_fStepMinNormal
float m_fCharHeight
generic settings
float m_fHeadingChangeLimiterIdle
int m_iMaxSpeedFast_WaterLevelLow
Max movement speed for m_fWaterLevelSpeedRectrictionLow when character wants to sprint (-1 means no c...
float m_fTurnAngle
when character starts to turn (45 deg default)
float m_fHeadingChangeLimiterRun
float m_fRunSpringMaxChange
filter speed value [val/s]
float m_fWaterLevelSpeedRectrictionHigh
Water level (in meters) - m_iMaxSpeedNormal_WaterLevelHigh and m_iMaxSpeedFast_WaterLevelHigh are app...