Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
building.c File Reference

Go to the source code of this file.

Classes

class  House
 

Typedefs

typedef House BuildingSuper
 

Functions

void BuildingBase ()
 
void InitializeActions ()
 
override void GetActions (typename action_input_type, out array< ActionBase_Basic > actions)
 
void SetActions ()
 
void AddAction (typename actionName)
 
void RemoveAction (typename actionName)
 

Variables

House typename
 
House m_BuildingTypeActionsMap = new map<typename, ref TInputActionMap>
 
TInputActionMap m_InputActionMap
 
bool m_ActionsInitialize
 

Typedef Documentation

◆ BuildingSuper

typedef House BuildingSuper

Definition at line 92 of file building.c.

Function Documentation

◆ AddAction()

void AddAction ( typename actionName )

Definition at line 47 of file building.c.

◆ BuildingBase()

void BuildingBase ( )

Definition at line 14 of file building.c.

◆ GetActions()

override void GetActions ( typename action_input_type ,
out array< ActionBase_Basic > actions )

Definition at line 31 of file building.c.

◆ InitializeActions()

void InitializeActions ( )

Definition at line 19 of file building.c.

◆ RemoveAction()

void RemoveAction ( typename actionName )

Definition at line 78 of file building.c.

◆ SetActions()

void SetActions ( )

Definition at line 42 of file building.c.

Variable Documentation

◆ m_ActionsInitialize

bool m_ActionsInitialize

Definition at line 12 of file building.c.

◆ m_BuildingTypeActionsMap

House m_BuildingTypeActionsMap = new map<typename, ref TInputActionMap>

◆ m_InputActionMap

TInputActionMap m_InputActionMap

Definition at line 11 of file building.c.

◆ typename

House typename