Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PrefabSpawnPoint.c File Reference

Go to the source code of this file.

Classes

class  SCR_PrefabSpawnPointClass

Functions

SCR_PrefabSpawnPointClass GenericEntityClass Attribute ("0", UIWidgets.EditComboBox, "Defines which spawner uses this Spawn Point", "", ParamEnumArray.FromEnum(EPrefabSpawnType))] protected EPrefabSpawnType m_eType
 Prefab Spawn Point Entity defines position where prefab can be spawned.
EPrefabSpawnType GetType ()
bool ShouldSnapToGroud ()
bool ShouldSnapToGround ()
void SCR_PrefabSpawnPoint (IEntitySource src, IEntity parent)
void ~SCR_PrefabSpawnPoint ()

Variables

bool m_bSnapToGroud

Function Documentation

◆ Attribute()

SCR_PrefabSpawnPointClass GenericEntityClass Attribute ( "0" ,
UIWidgets. EditComboBox,
"Defines which spawner uses this Spawn Point" ,
"" ,
ParamEnumArray. FromEnumEPrefabSpawnType )

Prefab Spawn Point Entity defines position where prefab can be spawned.

◆ GetType()

EPrefabSpawnType GetType ( )
protected
Returns

Definition at line 17 of file SCR_PrefabSpawnPoint.c.

◆ SCR_PrefabSpawnPoint()

void SCR_PrefabSpawnPoint ( IEntitySource src,
IEntity parent )
protected
Parameters
[in]src
[in]parent

Definition at line 40 of file SCR_PrefabSpawnPoint.c.

◆ ShouldSnapToGroud()

bool ShouldSnapToGroud ( )
protected

Definition at line 24 of file SCR_PrefabSpawnPoint.c.

◆ ShouldSnapToGround()

bool ShouldSnapToGround ( )
protected
Returns

Definition at line 31 of file SCR_PrefabSpawnPoint.c.

◆ ~SCR_PrefabSpawnPoint()

void ~SCR_PrefabSpawnPoint ( )
protected

Definition at line 52 of file SCR_PrefabSpawnPoint.c.

Variable Documentation

◆ m_bSnapToGroud

bool m_bSnapToGroud
protected

Definition at line 13 of file SCR_PrefabSpawnPoint.c.