Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
CTObjectFollower Class Reference

Protected Member Functions

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

Protected Attributes

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

Detailed Description

Definition at line 1 of file ctactor.c.

Constructor & Destructor Documentation

◆ ~CTActor()

void CTObjectFollower::~CTActor ( )
protected

Definition at line 30 of file ctactor.c.

Member Function Documentation

◆ AddItem()

void CTObjectFollower::AddItem ( string item)
protected

Definition at line 42 of file ctactor.c.

◆ CTActor()

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

Definition at line 13 of file ctactor.c.

◆ GetActorType()

string CTObjectFollower::GetActorType ( )
protected

Definition at line 35 of file ctactor.c.

◆ GetHandsItem()

string CTObjectFollower::GetHandsItem ( )
protected

Definition at line 81 of file ctactor.c.

◆ GetItems()

array< string > CTObjectFollower::GetItems ( )
protected

Definition at line 62 of file ctactor.c.

◆ Reset()

void CTObjectFollower::Reset ( )
protected

Definition at line 86 of file ctactor.c.

◆ SetHandsItem()

void CTObjectFollower::SetHandsItem ( string item)
protected

Definition at line 67 of file ctactor.c.

◆ SetItems()

void CTObjectFollower::SetItems ( array< string > items)
protected

Definition at line 49 of file ctactor.c.

Member Data Documentation

◆ m_HandsItem

string CTObjectFollower::m_HandsItem
protected

Definition at line 8 of file ctactor.c.

◆ m_HandsItemObj

EntityAI CTObjectFollower::m_HandsItemObj
protected

Definition at line 11 of file ctactor.c.

◆ m_Index

int CTObjectFollower::m_Index
protected

Definition at line 3 of file ctactor.c.

◆ m_IndexWidget

TextWidget CTObjectFollower::m_IndexWidget
protected

Definition at line 6 of file ctactor.c.

◆ m_Items

ref array<string> CTObjectFollower::m_Items
protected

Definition at line 9 of file ctactor.c.

◆ m_Root

Widget CTObjectFollower::m_Root
protected

Definition at line 5 of file ctactor.c.


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