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

Go to the source code of this file.

Classes

class  SCR_EditableDecalComponentClass

Functions

void SetTransformBroadcast (vector transform[4])
override void EOnInit (IEntity owner)
override void OnPostInit (IEntity owner)
 Editable Mine.
override void OnDelete (IEntity owner)

Variables

SCR_EditableDecalComponentClass m_Decal
vector m_vDecalTransform [4]
float m_vDecalScale

Function Documentation

◆ OnDelete()

override void OnDelete ( IEntity owner)
protected

Definition at line 73 of file SCR_EditableDecalComponent.c.

◆ SetTransformBroadcast()

void SetTransformBroadcast ( vector transform[4])
protected

Definition at line 26 of file SCR_EditableDecalComponent.c.

Variable Documentation

◆ m_vDecalScale

float m_vDecalScale
protected

Definition at line 22 of file SCR_EditableDecalComponent.c.

◆ m_vDecalTransform

vector m_vDecalTransform[4]
protected

Definition at line 21 of file SCR_EditableDecalComponent.c.