Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SpawnData.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
10{
11 //------------------------------------------------------------------------------------------------
15 ResourceName GetPrefab();
16
17 //------------------------------------------------------------------------------------------------
22
23 //------------------------------------------------------------------------------------------------
27 vector GetAngles();
28
29 //------------------------------------------------------------------------------------------------
33 bool IsValid()
34 {
35 return true;
36 }
37
38 bool GetSkipPreload()
39 {
40 return false;
41 }
42
43 void SetSkipPreload(bool skip);
44};