Arma Reforger Script API
|
Public Member Functions | |
proto external IEntity | GetOwner () |
proto external bool | IsInWater () |
proto external bool | IsCenterOfMassInWater () |
void | OnEnterWater () |
void | OnExitWater () |
proto external IEntity BuoyancyComponent.GetOwner | ( | ) |
proto external bool BuoyancyComponent.IsCenterOfMassInWater | ( | ) |
proto external bool BuoyancyComponent.IsInWater | ( | ) |
void BuoyancyComponent.OnEnterWater | ( | ) |
Implemented in SCR_CharacterBuoyancyComponent, and SCR_VehicleBuoyancyComponent.
void BuoyancyComponent.OnExitWater | ( | ) |
Implemented in SCR_CharacterBuoyancyComponent, and SCR_VehicleBuoyancyComponent.