Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
MapDescriptorComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class MapDescriptorComponent: GameComponent
17 {
21  proto external int GetBaseType();
25  proto external int GetUnitType();
29  proto external int GetGroupType();
33  proto external MapItem Item();
34 }
35 
GameComponentClass
Definition: GameComponentClass.c:7
GetUnitType
proto external int GetUnitType()
Determine unit type of descriptor - may not be set if not unit.
GetGroupType
proto external int GetGroupType()
Determine group type of descriptor.
Definition: SCR_ScenarioFrameworkQRFSlotAI.c:18
Item
proto external MapItem Item()
raist todo: this is temporary - before we fix script
MapItem
Definition: MapItem.c:12
GetBaseType
MapDescriptorComponentClass GameComponentClass GetBaseType()
Determine type of descriptor.
MapDescriptorComponentClass
Definition: MapDescriptorComponent.c:12
GameComponent
Definition: GameComponent.c:12