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

Go to the source code of this file.

Classes

class  SCR_BinocularsComponentClass

Functions

void SetZoomedViewPlayer (bool value)
 Set whether the local character is zoomed in with the binoculars.

Variables

SCR_BinocularsComponentClass s_OnBinocToggled = new ScriptInvoker()
Widget m_RootWidget = null
SCR_2DOpticsComponent m_Optic

Function Documentation

◆ SetZoomedViewPlayer()

void SetZoomedViewPlayer ( bool value)
protected

Set whether the local character is zoomed in with the binoculars.

Definition at line 17 of file SCR_BinocularsComponent.c.

Variable Documentation

◆ m_Optic

SCR_2DOpticsComponent m_Optic
protected

Definition at line 13 of file SCR_BinocularsComponent.c.

◆ m_RootWidget

Widget m_RootWidget = null
protected

Definition at line 10 of file SCR_BinocularsComponent.c.

◆ s_OnBinocToggled

SCR_BinocularsComponentClass s_OnBinocToggled = new ScriptInvoker()