Arma Reforger Script API
Loading...
Searching...
No Matches
MapDescriptorComponent Interface Reference
Inheritance diagram for MapDescriptorComponent:
GameComponent SCR_MapDescriptorComponent SCR_RadioCoverageMapDescriptorComponent SCR_ServicePointMapDescriptorComponent SCR_MilitaryBaseMapDescriptorComponent SCR_CampaignMilitaryBaseMapDescriptorComponent

Public Member Functions

proto external int GetBaseType ()
 Determine type of descriptor.
 
proto external int GetUnitType ()
 Determine unit type of descriptor - may not be set if not unit.
 
proto external int GetGroupType ()
 Determine group type of descriptor.
 
proto external MapItem Item ()
 Search for the item. Use with moderation and ideally not inside tight loops.
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

Member Function Documentation

◆ GetBaseType()

proto external int MapDescriptorComponent.GetBaseType ( )

Determine type of descriptor.

◆ GetGroupType()

proto external int MapDescriptorComponent.GetGroupType ( )

Determine group type of descriptor.

◆ GetUnitType()

proto external int MapDescriptorComponent.GetUnitType ( )

Determine unit type of descriptor - may not be set if not unit.

◆ Item()

proto external MapItem MapDescriptorComponent.Item ( )

Search for the item. Use with moderation and ideally not inside tight loops.


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