![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | CCTWaterSurface (float maximal_target_distance=UAMaxDistances.DEFAULT, string surfaceType="") |
| override bool | Can (PlayerBase player, ActionTarget target) |
| override bool | CanContinue (PlayerBase player, ActionTarget target) |
Protected Attributes | |
| const int | HEIGHT_DIFF_LIMIT_METERS = 1.0 |
| ref array< string > | m_AllowedSurfaceList |
| DEPRECATED. | |
| float | m_MaximalActionDistanceSq |
| string | m_SurfaceType |
Definition at line 1 of file cctwatersurface.c.
|
inlineprotected |
Definition at line 9 of file cctwatersurface.c.
References m_AllowedSurfaceList, m_MaximalActionDistanceSq, and m_SurfaceType.
|
inlineprotected |
use hit position from ActionTarget otherwise player's position
special handling for sea
Definition at line 18 of file cctwatersurface.c.
References Math::AbsFloat(), ActionTarget, Surface::AllowedWaterSurface(), vector::DistanceSq(), g_Game, HEIGHT_DIFF_LIMIT_METERS, m_AllowedSurfaceList, and m_MaximalActionDistanceSq.
|
inlineprotected |
Definition at line 51 of file cctwatersurface.c.
References ActionTarget.
|
protected |
Definition at line 3 of file cctwatersurface.c.
Referenced by Can().
DEPRECATED.
Definition at line 7 of file cctwatersurface.c.
Referenced by CCTWaterSurface(), and Can().
|
protected |
Definition at line 5 of file cctwatersurface.c.
Referenced by CCTWaterSurface(), and Can().
|
protected |
Definition at line 6 of file cctwatersurface.c.
Referenced by CCTWaterSurface().