Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SpawnPointSpawnData.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
3{
5 protected RplId m_RplId;
7
9 {
10 return m_Prefab;
11 }
12 override vector GetPosition()
13 {
14 return m_SpawnPoint.GetOrigin();
15 }
16 override vector GetAngles()
17 {
18 return m_SpawnPoint.GetAngles();
19 }
20
22 {
23 return m_RplId;
24 }
25
30
32 {
33 m_Prefab = prefab;
34 m_RplId = rplId;
36 }
37};
Replication item identifier.
Definition RplId.c:14
Spawn point entity defines positions on which players can possibly spawn.
static SCR_SpawnPoint GetSpawnPointByRplId(RplId id)
override ResourceName GetPrefab()
void SCR_SpawnPointSpawnData(ResourceName prefab, RplId rplId)