Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_SpawnPointSpawnData Interface Reference
Inheritance diagram for SCR_SpawnPointSpawnData:
[legend]

Public Member Functions

override ResourceName GetPrefab ()
 Returns the resource name of prefab to spawn.
 
override vector GetPosition ()
 Returns the position at which to spawn.
 
override vector GetAngles ()
 Returns the orientation at which to spawn.
 
RplId GetRplId ()
 
SCR_SpawnPoint GetSpawnPoint ()
 
void SCR_SpawnPointSpawnData (ResourceName prefab, RplId rplId)
 
- Public Member Functions inherited from SCR_SpawnData
ResourceName GetPrefab ()
 Returns the resource name of prefab to spawn.
 
vector GetPosition ()
 Returns the position at which to spawn.
 
vector GetAngles ()
 Returns the orientation at which to spawn.
 
bool IsValid ()
 Are data valid in the most basic context?
 
bool GetSkipPreload ()
 
void SetSkipPreload (bool skip)
 

Protected Attributes

ResourceName m_Prefab
 
RplId m_RplId
 
SCR_SpawnPoint m_SpawnPoint
 

Constructor & Destructor Documentation

◆ SCR_SpawnPointSpawnData()

void SCR_SpawnPointSpawnData.SCR_SpawnPointSpawnData ( ResourceName  prefab,
RplId  rplId 
)

Member Function Documentation

◆ GetAngles()

override vector SCR_SpawnPointSpawnData.GetAngles ( )

Returns the orientation at which to spawn.

Implements SCR_SpawnData.

◆ GetPosition()

override vector SCR_SpawnPointSpawnData.GetPosition ( )

Returns the position at which to spawn.

Implements SCR_SpawnData.

◆ GetPrefab()

override ResourceName SCR_SpawnPointSpawnData.GetPrefab ( )

Returns the resource name of prefab to spawn.

Implements SCR_SpawnData.

◆ GetRplId()

RplId SCR_SpawnPointSpawnData.GetRplId ( )

◆ GetSpawnPoint()

SCR_SpawnPoint SCR_SpawnPointSpawnData.GetSpawnPoint ( )

Member Data Documentation

◆ m_Prefab

ResourceName SCR_SpawnPointSpawnData.m_Prefab
protected

◆ m_RplId

RplId SCR_SpawnPointSpawnData.m_RplId
protected

◆ m_SpawnPoint

SCR_SpawnPoint SCR_SpawnPointSpawnData.m_SpawnPoint
protected

The documentation for this interface was generated from the following file: