19 [Attribute("0", desc: "Allow usage of Spawn Positions in range")]
20bool m_bUseNearbySpawnPositions;
21
22 [Attribute("100", desc: "Spawn position detection radius, in metres")]
23float m_fSpawnPositionUsageRange;
24
25 [Attribute("0", desc: "Additional respawn time (in seconds) when spawning on this spawn point"), RplProp()]
26float m_fRespawnTime;
27
28 [Attribute(defvalue: "1", desc: "Pass Spawned Entity for Actions On Spawn Point Used. Otherwise it will pass the slot (layer) this plugin is attached to.")]