DayZ 1.24
Loading...
Searching...
No Matches
CCTCursorParent Class Reference
Inheritance diagram for CCTCursorParent:
[legend]
Collaboration diagram for CCTCursorParent:
[legend]

Protected Member Functions

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

Protected Attributes

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

Detailed Description

Definition at line 1 of file CCTCursorParent.c.

Constructor & Destructor Documentation

◆ CCTCursorParent()

void CCTCursorParent::CCTCursorParent ( float maximal_target_distance = UAMaxDistances.DEFAULT)
inlineprotected

Member Function Documentation

◆ Can()

override bool CCTCursorParent::Can ( PlayerBase player,
ActionTarget target )
inlineprotected

Definition at line 15 of file CCTCursorParent.c.

16 {
17 if (!target)
18 return false;
19
20 Object parentObject = target.GetParent();
21 if (!player || !parentObject || parentObject.IsDamageDestroyed())
22 return false;
23
26
27 float distanceRoot = vector.DistanceSq(target.GetCursorHitPos(), player.GetPosition());
28 float distanceHead = vector.DistanceSq(target.GetCursorHitPos(), playerHeadPos);
29
31 }
static proto native float DistanceSq(vector v1, vector v2)
Returns the square distance between tips of two 3D vectors.

References vector::DistanceSq(), and m_MaximalActionDistanceSq.

Member Data Documentation

◆ HEIGHT_CROUCH

const float CCTCursorParent::HEIGHT_CROUCH = 1.05
protected

Definition at line 7 of file CCTCursorParent.c.

◆ HEIGHT_ERECT

const float CCTCursorParent::HEIGHT_ERECT = 1.6
protected

Definition at line 6 of file CCTCursorParent.c.

◆ HEIGHT_PRONE

const float CCTCursorParent::HEIGHT_PRONE = 0.66
protected

Definition at line 8 of file CCTCursorParent.c.

◆ m_MaximalActionDistanceSq

float CCTCursorParent::m_MaximalActionDistanceSq
protected

Definition at line 3 of file CCTCursorParent.c.

Referenced by Can(), and CCTCursorParent().


The documentation for this class was generated from the following file: