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

Go to the source code of this file.

Data Structures

class  SCR_EditableDecalComponentClass
 

Functions

override protected void SetTransformBroadcast (vector transform[4])
 
override void EOnInit (IEntity owner)
 
override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
override void OnDelete (IEntity owner)
 

Variables

SCR_EditableDecalComponentClass m_Decal
 
protected vector m_vDecalTransform [4]
 
protected float m_vDecalScale
 

Function Documentation

◆ SetTransformBroadcast()

override protected void SetTransformBroadcast ( vector  transform[4])

Definition at line 26 of file SCR_EditableDecalComponent.c.

Variable Documentation

◆ m_vDecalScale

protected float m_vDecalScale

Definition at line 22 of file SCR_EditableDecalComponent.c.

◆ m_vDecalTransform

protected vector m_vDecalTransform[4]

Definition at line 21 of file SCR_EditableDecalComponent.c.