Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
class SCR_LenseColor EntityEditorProps | ( | category:"GameScripted/Gadgets" | , |
description:"Flashlight" | , | ||
color:"0 0 255 255" | |||
) |
Definition at line 14 of file SCR_FlashlightComponent.c.
float m_fLightValue |
Definition at line 9 of file SCR_FlashlightComponent.c.
string m_sDescription |
Definition at line 3 of file SCR_FlashlightComponent.c.
vector m_vLenseColor |
Definition at line 6 of file SCR_FlashlightComponent.c.