Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CampaignSpawnPointGroup.c
Go to the documentation of this file.
1[EntityEditorProps(category: "GameScripted/GameMode", description: "Campaign Spawn point group entity", visible: false)]
5
6//------------------------------------------------------------------------------------------------
8{
9 //------------------------------------------------------------------------------------------------
10 override string GetSpawnPointName()
11 {
12 IEntity parent = GetParent();
13 if (parent)
14 {
16 if (base)
17 return base.GetBaseName();
18 }
19
20 return super.GetSpawnPointName();
21 }
22}
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
Faction GetParent()
override string GetSpawnPointName()
proto external Managed FindComponent(typename typeName)
void SCR_SpawnPoint(IEntitySource src, IEntity parent)