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_VehicleBuoyancyComponentClass |
Functions | |
ScriptInvokerVoid | GetOnWaterEnter () |
ScriptInvokerVoid | GetOnWaterExit () |
override void | OnEnterWater () |
override void | OnExitWater () |
Variables | |
SCR_VehicleBuoyancyComponentClass | m_OnWaterEnter |
protected ref ScriptInvokerVoid | m_OnWaterExit |
ScriptInvokerVoid GetOnWaterEnter | ( | ) |
Definition at line 12 of file SCR_VehicleBuoyancyComponent.c.
ScriptInvokerVoid GetOnWaterExit | ( | ) |
Definition at line 21 of file SCR_VehicleBuoyancyComponent.c.
override void OnEnterWater | ( | ) |
Definition at line 30 of file SCR_VehicleBuoyancyComponent.c.
override void OnExitWater | ( | ) |
Definition at line 37 of file SCR_VehicleBuoyancyComponent.c.
SCR_VehicleBuoyancyComponentClass m_OnWaterEnter |
protected ref ScriptInvokerVoid m_OnWaterExit |
Definition at line 9 of file SCR_VehicleBuoyancyComponent.c.