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

Go to the source code of this file.

Classes

class  SCR_BaseSpawnable
class  SCR_Spawnable_PrefabTitle

Functions

class SCR_BaseSpawnable _WB_GetCustomTitle (BaseContainer source, out string title)
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.

Variables

vector m_vOffsetPosition
vector m_vOffsetRotation

Function Documentation

◆ _WB_GetCustomTitle()

class SCR_BaseSpawnable _WB_GetCustomTitle ( BaseContainer source,
out string title )

Definition at line 1 of file SCR_BaseSpawnable.c.

◆ GetSpawnTransform()

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

Calculates the spawn tranformation matrix for the object.

Definition at line 201 of file SCR_BaseSpawnable.c.

◆ Spawn()

IEntity _WB_GetCustomTitle::Spawn ( IEntity owner,
Physics parentPhysics,
SCR_HitInfo hitInfo,
bool snapToTerrain = false )
protected

Spawns the object.

Definition at line 225 of file SCR_BaseSpawnable.c.

Variable Documentation

◆ m_vOffsetPosition

vector m_vOffsetPosition
protected

Definition at line 120 of file SCR_BaseSpawnable.c.

◆ m_vOffsetRotation

vector m_vOffsetRotation
protected

Definition at line 122 of file SCR_BaseSpawnable.c.