C# Class SealStoneScript, aura

Inheritance: GeneralScript
Show file Open project: aura-project/aura

Protected Properties

Property Type Description
_direction float
_help string
_hits int
_locked bool
_name string
_region int

Public Methods

Method Description
Check ( Creature, creature, Prop, prop ) : bool
IsBreaker ( Creature, creature ) : bool
Load ( ) : void
OnBreak ( Creature, creature ) : void
OnHit ( Creature, creature, Prop, pr ) : void
SetHelp ( string help ) : void
SetLocation ( int region, int x, int y, float direction ) : void
SetLock ( bool locked ) : void
SetName ( string name, string ident ) : void
Setup ( ) : void

Private Methods

Method Description
SetBreaker ( Prop, prop, long entityId, string characterName ) : void

Method Details

Check() public abstract method

public abstract Check ( Creature, creature, Prop, prop ) : bool
creature Creature,
prop Prop,
return bool

IsBreaker() public method

public IsBreaker ( Creature, creature ) : bool
creature Creature,
return bool

Load() public method

public Load ( ) : void
return void

OnBreak() public method

public OnBreak ( Creature, creature ) : void
creature Creature,
return void

OnHit() public method

public OnHit ( Creature, creature, Prop, pr ) : void
creature Creature,
pr Prop,
return void

SetHelp() public method

public SetHelp ( string help ) : void
help string
return void

SetLocation() public method

public SetLocation ( int region, int x, int y, float direction ) : void
region int
x int
y int
direction float
return void

SetLock() public method

public SetLock ( bool locked ) : void
locked bool
return void

SetName() public method

public SetName ( string name, string ident ) : void
name string
ident string
return void

Setup() public abstract method

public abstract Setup ( ) : void
return void

Property Details

_direction protected property

protected float _direction
return float

_help protected property

protected string _help
return string

_hits protected property

protected int _hits
return int

_locked protected property

protected bool _locked
return bool

_name protected property

protected string _name
return string

_region protected property

protected int _region
return int