DayZ 1.24
Loading...
Searching...
No Matches
ItemMap Class Reference

Private Member Functions

override void SetActions ()
 
override bool GetActionWidgetOverride (out typename name)
 

Detailed Description

Definition at line 1 of file ChernarusMap_Open.c.

Member Function Documentation

◆ GetActionWidgetOverride()

override bool ItemMap::GetActionWidgetOverride ( out typename name)
inlineprivate

Definition at line 10 of file ChernarusMap_Open.c.

11 {
12 if (GetMapStateAnimation()) //is map in the 'opened' state
13 {
15 return true;
16 }
17 return false;
18 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo

References name.

◆ SetActions()

override void ItemMap::SetActions ( )
inlineprivate

Definition at line 3 of file ChernarusMap_Open.c.

4 {
5 super.SetActions();
6
8 }
ActionUnfoldMapCB ActionBaseCB ActionUnfoldMap()
void AddAction(typename actionName)

References ActionUnfoldMap(), and AddAction().


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