Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CallsignInfo.c
Go to the documentation of this file.
1 
6 {
7  [Attribute()]
8  protected LocalizedString m_sCallsign;
9 
14  string GetCallsign()
15  {
16  return m_sCallsign;
17  }
18 };
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_CallsignInfo
Definition: SCR_CallsignInfo.c:5
SCR_BaseContainerCustomTitleField
SCR_Faction ScriptedFaction SCR_BaseContainerCustomTitleField("m_sCallsign")
Definition: SCR_Faction.c:672
LocalizedString
Definition: LocalizedString.c:21
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468