Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ButtonEffectSound Class Reference

Plays a sound. More...

Inheritance diagram for SCR_ButtonEffectSound:

Protected Member Functions

override void OnStateDefault (bool instant)
override void OnStateHovered (bool instant)
override void OnStateActivated (bool instant)
override void OnStateActivatedHovered (bool instant)
override void OnStateDisabled (bool instant)
override void OnStateDisabledActivated (bool instant)
override void OnClicked (bool instant)
override void OnFocusGained (bool instant)
override void OnFocusLost (bool instant)
override void OnToggledOn (bool instant)
override void OnToggledOff (bool instant)
override void OnMouseEnter (bool instant)
override void OnMouseLeave (bool instant)
void Apply (bool instant)

Protected Attributes

string m_sSound

Detailed Description

Plays a sound.

Definition at line 3 of file SCR_ButtonEffectSound.c.

Member Function Documentation

◆ Apply()

void SCR_ButtonEffectSound::Apply ( bool instant)
inlineprotected

Definition at line 87 of file SCR_ButtonEffectSound.c.

◆ OnClicked()

override void SCR_ButtonEffectSound::OnClicked ( bool instant)
inlineprotected

Definition at line 45 of file SCR_ButtonEffectSound.c.

◆ OnFocusGained()

override void SCR_ButtonEffectSound::OnFocusGained ( bool instant)
inlineprotected

Definition at line 51 of file SCR_ButtonEffectSound.c.

◆ OnFocusLost()

override void SCR_ButtonEffectSound::OnFocusLost ( bool instant)
inlineprotected

Definition at line 57 of file SCR_ButtonEffectSound.c.

◆ OnMouseEnter()

override void SCR_ButtonEffectSound::OnMouseEnter ( bool instant)
inlineprotected

Definition at line 75 of file SCR_ButtonEffectSound.c.

◆ OnMouseLeave()

override void SCR_ButtonEffectSound::OnMouseLeave ( bool instant)
inlineprotected

Definition at line 81 of file SCR_ButtonEffectSound.c.

◆ OnStateActivated()

override void SCR_ButtonEffectSound::OnStateActivated ( bool instant)
inlineprotected

Definition at line 21 of file SCR_ButtonEffectSound.c.

◆ OnStateActivatedHovered()

override void SCR_ButtonEffectSound::OnStateActivatedHovered ( bool instant)
inlineprotected

Definition at line 27 of file SCR_ButtonEffectSound.c.

◆ OnStateDefault()

override void SCR_ButtonEffectSound::OnStateDefault ( bool instant)
inlineprotected

Definition at line 9 of file SCR_ButtonEffectSound.c.

◆ OnStateDisabled()

override void SCR_ButtonEffectSound::OnStateDisabled ( bool instant)
inlineprotected

Definition at line 33 of file SCR_ButtonEffectSound.c.

◆ OnStateDisabledActivated()

override void SCR_ButtonEffectSound::OnStateDisabledActivated ( bool instant)
inlineprotected

Definition at line 39 of file SCR_ButtonEffectSound.c.

◆ OnStateHovered()

override void SCR_ButtonEffectSound::OnStateHovered ( bool instant)
inlineprotected

Definition at line 15 of file SCR_ButtonEffectSound.c.

◆ OnToggledOff()

override void SCR_ButtonEffectSound::OnToggledOff ( bool instant)
inlineprotected

Definition at line 69 of file SCR_ButtonEffectSound.c.

◆ OnToggledOn()

override void SCR_ButtonEffectSound::OnToggledOn ( bool instant)
inlineprotected

Definition at line 63 of file SCR_ButtonEffectSound.c.

Member Data Documentation

◆ m_sSound

string SCR_ButtonEffectSound::m_sSound
protected

Definition at line 6 of file SCR_ButtonEffectSound.c.


The documentation for this class was generated from the following file: