Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PrefabSpawnPoint.c File Reference

Go to the source code of this file.

Data Structures

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. More...
 
EPrefabSpawnType GetType ()
 
bool ShouldSnapToGroud ()
 
bool ShouldSnapToGround ()
 
void SCR_PrefabSpawnPoint (IEntitySource src, IEntity parent)
 
void ~SCR_PrefabSpawnPoint ()
 

Variables

protected 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 ( )
Returns

Definition at line 17 of file SCR_PrefabSpawnPoint.c.

◆ SCR_PrefabSpawnPoint()

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

Definition at line 40 of file SCR_PrefabSpawnPoint.c.

◆ ShouldSnapToGroud()

bool ShouldSnapToGroud ( )

Definition at line 24 of file SCR_PrefabSpawnPoint.c.

◆ ShouldSnapToGround()

bool ShouldSnapToGround ( )
Returns

Definition at line 31 of file SCR_PrefabSpawnPoint.c.

◆ ~SCR_PrefabSpawnPoint()

Definition at line 52 of file SCR_PrefabSpawnPoint.c.

Variable Documentation

◆ m_bSnapToGroud

protected bool m_bSnapToGroud

Definition at line 13 of file SCR_PrefabSpawnPoint.c.