Barotrauma Client Doc
Barotrauma.MapCreatures.Behavior.IBallastFloraState Interface Reference
Inheritance diagram for Barotrauma.MapCreatures.Behavior.IBallastFloraState:
Barotrauma.MapCreatures.Behavior.DefendWithPumpState

Public Member Functions

void Enter ()
 
void Exit ()
 
void Update (float deltaTime)
 
ExitState GetState ()
 

Detailed Description

Definition at line 14 of file IBallastFloraState.cs.

Member Function Documentation

◆ Enter()

void Barotrauma.MapCreatures.Behavior.IBallastFloraState.Enter ( )

◆ Exit()

void Barotrauma.MapCreatures.Behavior.IBallastFloraState.Exit ( )

◆ GetState()

ExitState Barotrauma.MapCreatures.Behavior.IBallastFloraState.GetState ( )

◆ Update()

void Barotrauma.MapCreatures.Behavior.IBallastFloraState.Update ( float  deltaTime)