Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
CCTCursor Class Reference
Inheritance diagram for CCTCursor:
CCTBase

Protected Member Functions

void CCTCursor (float maximal_target_distance=UAMaxDistances.DEFAULT)
override bool Can (PlayerBase player, ActionTarget target)

Protected Attributes

const float HEIGHT_CROUCH = 1.05
const float HEIGHT_ERECT = 1.6
const float HEIGHT_PRONE = 0.66
float m_MaximalActionDistanceSq

Detailed Description

Definition at line 1 of file cctcursor.c.

Constructor & Destructor Documentation

◆ CCTCursor()

void CCTCursor ( float maximal_target_distance = UAMaxDistances.DEFAULT)
inlineprotected

Definition at line 10 of file cctcursor.c.

References m_MaximalActionDistanceSq.

Member Function Documentation

◆ Can()

override bool Can ( PlayerBase player,
ActionTarget target )
inlineprotected

Definition at line 15 of file cctcursor.c.

References ActionTarget, vector::DistanceSq(), and m_MaximalActionDistanceSq.

Field Documentation

◆ HEIGHT_CROUCH

const float HEIGHT_CROUCH = 1.05
protected

Definition at line 7 of file cctcursor.c.

◆ HEIGHT_ERECT

const float HEIGHT_ERECT = 1.6
protected

Definition at line 6 of file cctcursor.c.

◆ HEIGHT_PRONE

const float HEIGHT_PRONE = 0.66
protected

Definition at line 8 of file cctcursor.c.

◆ m_MaximalActionDistanceSq

float m_MaximalActionDistanceSq
protected

Definition at line 3 of file cctcursor.c.

Referenced by CCTCursor(), and Can().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/useractionscomponent/targetconditionscomponents/cctcursor.c