Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_SpawnData.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
9
class
SCR_SpawnData
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
38
bool
GetSkipPreload()
39
{
40
return
false
;
41
}
42
43
void
SetSkipPreload(
bool
skip);
44
};
GetPosition
vector GetPosition()
Definition
SCR_BaseSupportStationComponent.c:811
IsValid
bool IsValid()
Definition
SCR_ItemOutfitFactionComponent.c:144
ResourceName
Definition
ResourceName.c:13
SCR_SpawnData
Definition
SCR_SpawnData.c:10
vector
Definition
vector.c:13
scripts
Game
Respawn
RequestHandling
Base
SCR_SpawnData.c
Generated by
1.17.0