Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseSpawnable Class Reference
Inheritance diagram for SCR_BaseSpawnable:
SCR_DebrisSpawnable SCR_ParticleSpawnable SCR_PrefabSpawnable

Protected Member Functions

void GetSpawnTransform (IEntity owner, out vector outMat[4], bool localCoords=false)
 Calculates the spawn tranformation matrix for the object.
IEntity Spawn (IEntity owner, Physics parentPhysics, SCR_HitInfo hitInfo, bool snapToTerrain=false)
 Spawns the object.

Protected Attributes

vector m_vOffsetPosition
vector m_vOffsetRotation

Detailed Description

Definition at line 2 of file SCR_BaseSpawnable.c.

Member Function Documentation

◆ GetSpawnTransform()

void SCR_BaseSpawnable::GetSpawnTransform ( IEntity owner,
out vector outMat[4],
bool localCoords = false )
inlineprotected

Calculates the spawn tranformation matrix for the object.

Definition at line 86 of file SCR_BaseSpawnable.c.

◆ Spawn()

IEntity SCR_BaseSpawnable::Spawn ( IEntity owner,
Physics parentPhysics,
SCR_HitInfo hitInfo,
bool snapToTerrain = false )
inlineprotected

Spawns the object.

Definition at line 110 of file SCR_BaseSpawnable.c.

Member Data Documentation

◆ m_vOffsetPosition

vector SCR_BaseSpawnable::m_vOffsetPosition
protected

Definition at line 5 of file SCR_BaseSpawnable.c.

◆ m_vOffsetRotation

vector SCR_BaseSpawnable::m_vOffsetRotation
protected

Definition at line 7 of file SCR_BaseSpawnable.c.


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