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

Go to the source code of this file.

Data Structures

class  SCR_LenseColor
 
class  SCR_FlashlightComponent
 

Functions

class SCR_LenseColor EntityEditorProps (category:"GameScripted/Gadgets", description:"Flashlight", color:"0 0 255 255")
 

Variables

string m_sDescription
 
vector m_vLenseColor
 
float m_fLightValue
 

Function Documentation

◆ EntityEditorProps()

class SCR_LenseColor EntityEditorProps ( category:"GameScripted/Gadgets"  ,
description:"Flashlight"  ,
color:"0 0 255 255"   
)

Definition at line 14 of file SCR_FlashlightComponent.c.

Variable Documentation

◆ m_fLightValue

float m_fLightValue

Definition at line 9 of file SCR_FlashlightComponent.c.

◆ m_sDescription

string m_sDescription

Definition at line 3 of file SCR_FlashlightComponent.c.

◆ m_vLenseColor

vector m_vLenseColor

Definition at line 6 of file SCR_FlashlightComponent.c.