Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseContextAction.c
Go to the documentation of this file.
8 {
9  [Attribute()]
10  private bool m_bIsServer;
11 
12  override bool IsServer()
13  {
14  return m_bIsServer;
15  }
16 };
SCR_BaseEditorAction
Definition: SCR_BaseEditorAction.c:24
SCR_BaseContextAction
Definition: SCR_BaseContextAction.c:7
Attribute
typedef Attribute
Post-process effect of scripted camera.
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