Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
boatwatereffects.c File Reference

Go to the source code of this file.

Classes

class  EffectBoatWaterBack
 
class  EffectBoatWaterBase
 

Enumerations

enum  EBoatSpeed {
  UNSET , SLOWEST , SLOW , MEDIUM ,
  FAST
}
 

Functions

void EffectBoatWaterFront ()
 
void UpdateSpeedState (Particle ptc, float speed)
 
override void Update (float timeSlice=0)
 
void EffectBoatWaterSide ()
 

Variables

enum EBoatSpeed EMITORS_FAST = 9
 

Enumeration Type Documentation

◆ EBoatSpeed

enum EBoatSpeed
Enumerator
UNSET 
SLOWEST 
SLOW 
MEDIUM 
FAST 

Definition at line 1 of file boatwatereffects.c.

Function Documentation

◆ EffectBoatWaterFront()

void EffectBoatWaterFront ( )

Definition at line 14 of file boatwatereffects.c.

◆ EffectBoatWaterSide()

void EffectBoatWaterSide ( )
protected

Definition at line 203 of file boatwatereffects.c.

◆ Update()

override void Update ( float timeSlice = 0)
protected

Definition at line 66 of file boatwatereffects.c.

◆ UpdateSpeedState()

void UpdateSpeedState ( Particle ptc,
float speed )
protected

Definition at line 24 of file boatwatereffects.c.

Variable Documentation

◆ EMITORS_FAST

EffectBoatWaterBack EMITORS_FAST = 9