C# Class DamageTracker.Skill

Performable skill
Show file Open project: BryanHurst/Aion-DamageTracker Class Usage Examples

Public Properties

Property Type Description
effect_period int
effect_tick int
effect_type EFFECT_TYPES
id int
is_overtime_effect bool
maximum_ticks int
name string
sub_type SUB_TYPES
type TYPES

Public Methods

Method Description
Skill ( ) : System
Skill ( int _id, string _name, TYPES _type, SUB_TYPES _sub_type, EFFECT_TYPES _effect_type, int _effect_period, int _effect_tick ) : System

Method Details

Skill() public method

public Skill ( ) : System
return System

Skill() public method

public Skill ( int _id, string _name, TYPES _type, SUB_TYPES _sub_type, EFFECT_TYPES _effect_type, int _effect_period, int _effect_tick ) : System
_id int
_name string
_type TYPES
_sub_type SUB_TYPES
_effect_type EFFECT_TYPES
_effect_period int
_effect_tick int
return System

Property Details

effect_period public property

public int effect_period
return int

effect_tick public property

public int effect_tick
return int

effect_type public property

public EFFECT_TYPES effect_type
return EFFECT_TYPES

id public property

public int id
return int

is_overtime_effect public property

public bool is_overtime_effect
return bool

maximum_ticks public property

public int maximum_ticks
return int

name public property

public string name
return string

sub_type public property

public SUB_TYPES sub_type
return SUB_TYPES

type public property

public TYPES type
return TYPES