DayZ 1.24
Loading...
Searching...
No Matches
ChernarusMap_Open.c
Go to the documentation of this file.
1class ChernarusMap extends ItemMap
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
8 }
9
10 override bool GetActionWidgetOverride(out typename name)
11 {
12 if (GetMapStateAnimation()) //is map in the 'opened' state
13 {
15 return true;
16 }
17 return false;
18 }
19}
20class ChernarusMap_Open extends ItemMap {} //unused
ActionUnfoldMapCB ActionBaseCB ActionUnfoldMap()
void AddAction(typename actionName)
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
override void SetActions()
override bool GetActionWidgetOverride(out typename name)