C# Class PlayerAbilityScript_v2

Inheritance: GameBehavior
Datei anzeigen Open project: mezosaurus/eae-project

Public Properties

Property Type Description
abilityInUse bool
luresAllowed int

Public Methods

Method Description
HandleInput ( ) : void
HandleObjectPlaced ( Message, message ) : void
HandleObjectRemoved ( Message, message ) : void
Start ( ) : void

Protected Methods

Method Description
GameUpdate ( ) : void

Method Details

GameUpdate() protected method

protected GameUpdate ( ) : void
return void

HandleInput() public method

public HandleInput ( ) : void
return void

HandleObjectPlaced() public method

public HandleObjectPlaced ( Message, message ) : void
message Message,
return void

HandleObjectRemoved() public method

public HandleObjectRemoved ( Message, message ) : void
message Message,
return void

Start() public method

public Start ( ) : void
return void

Property Details

abilityInUse public_oe property

public bool abilityInUse
return bool

luresAllowed public_oe property

public int luresAllowed
return int