Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
CTObjectFollower Class Reference

Protected Member Functions

void ~CTActor ()
void AddItem (string item)
void CTActor (int index, vector pos, vector orient, string type, array< string > items, string hands_item, CameraToolsMenu parent)
string GetActorType ()
string GetHandsItem ()
array< stringGetItems ()
void Reset ()
void SetHandsItem (string item)
void SetItems (array< string > items)

Protected Attributes

string m_HandsItem
EntityAI m_HandsItemObj
int m_Index
TextWidget m_IndexWidget
ref array< stringm_Items
Widget m_Root

Detailed Description

Definition at line 1 of file ctactor.c.

Constructor & Destructor Documentation

◆ ~CTActor()

void ~CTActor ( )
inlineprotected

Definition at line 30 of file ctactor.c.

Member Function Documentation

◆ AddItem()

void AddItem ( string item)
inlineprotected

Definition at line 42 of file ctactor.c.

References m_Items.

◆ CTActor()

void CTActor ( int index,
vector pos,
vector orient,
string type,
array< string > items,
string hands_item,
CameraToolsMenu parent )
inlineprotected

◆ GetActorType()

string GetActorType ( )
inlineprotected

Definition at line 35 of file ctactor.c.

◆ GetHandsItem()

string GetHandsItem ( )
inlineprotected

Definition at line 81 of file ctactor.c.

References m_HandsItem.

◆ GetItems()

array< string > GetItems ( )
inlineprotected

Definition at line 62 of file ctactor.c.

References m_Items.

Referenced by Reset().

◆ Reset()

void Reset ( )
inlineprotected

Definition at line 86 of file ctactor.c.

References GetItems(), m_HandsItem, SetHandsItem(), and SetItems().

◆ SetHandsItem()

void SetHandsItem ( string item)
inlineprotected

◆ SetItems()

void SetItems ( array< string > items)
inlineprotected

Definition at line 49 of file ctactor.c.

References m_Items.

Referenced by CTActor(), and Reset().

Field Documentation

◆ m_HandsItem

string m_HandsItem
protected

Definition at line 8 of file ctactor.c.

Referenced by GetHandsItem(), Reset(), and SetHandsItem().

◆ m_HandsItemObj

EntityAI m_HandsItemObj
protected

Definition at line 11 of file ctactor.c.

Referenced by SetHandsItem().

◆ m_Index

int m_Index
protected

Definition at line 3 of file ctactor.c.

Referenced by CTActor().

◆ m_IndexWidget

TextWidget m_IndexWidget
protected

Definition at line 6 of file ctactor.c.

Referenced by CTActor().

◆ m_Items

ref array<string> m_Items
protected

Definition at line 9 of file ctactor.c.

Referenced by AddItem(), GetItems(), and SetItems().

◆ m_Root

Widget m_Root
protected

Definition at line 5 of file ctactor.c.


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/5_mission/gui/cameratools/ctactor.c