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

Go to the source code of this file.

Classes

class  SCR_CharacterBuoyancyComponentClass

Functions

ScriptInvokerVoid GetOnWaterEnter ()
ScriptInvokerVoid GetOnWaterExit ()
override void OnEnterWater ()
override void OnExitWater ()

Variables

SCR_CharacterBuoyancyComponentClass m_OnWaterEnter
ref ScriptInvokerVoid m_OnWaterExit

Function Documentation

◆ GetOnWaterEnter()

ScriptInvokerVoid GetOnWaterEnter ( )
protected

Definition at line 12 of file SCR_CharacterBuoyancyComponent.c.

◆ GetOnWaterExit()

ScriptInvokerVoid GetOnWaterExit ( )
protected

Definition at line 21 of file SCR_CharacterBuoyancyComponent.c.

◆ OnEnterWater()

override void OnEnterWater ( )
protected

Definition at line 30 of file SCR_CharacterBuoyancyComponent.c.

◆ OnExitWater()

override void OnExitWater ( )
protected

Definition at line 37 of file SCR_CharacterBuoyancyComponent.c.

Variable Documentation

◆ m_OnWaterEnter

◆ m_OnWaterExit

ref ScriptInvokerVoid m_OnWaterExit
protected

Definition at line 9 of file SCR_CharacterBuoyancyComponent.c.