Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SpawnData.c
Go to the documentation of this file.
1 //------------------------------------------------------------------------------------------------
10 {
11  //------------------------------------------------------------------------------------------------
15  ResourceName GetPrefab();
16 
17  //------------------------------------------------------------------------------------------------
21  vector GetPosition();
22 
23  //------------------------------------------------------------------------------------------------
27  vector GetAngles();
28 
29  //------------------------------------------------------------------------------------------------
33  bool IsValid()
34  {
35  return true;
36  }
37 };
SCR_SpawnData
Definition: SCR_SpawnData.c:9