C# Class DamageTracker.Skill

Performable skill
Afficher le fichier Open project: BryanHurst/Aion-DamageTracker Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public Skill ( ) : System
Résultat System

Skill() public méthode

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
Résultat System

Property Details

effect_period public_oe property

public int effect_period
Résultat int

effect_tick public_oe property

public int effect_tick
Résultat int

effect_type public_oe property

public EFFECT_TYPES effect_type
Résultat EFFECT_TYPES

id public_oe property

public int id
Résultat int

is_overtime_effect public_oe property

public bool is_overtime_effect
Résultat bool

maximum_ticks public_oe property

public int maximum_ticks
Résultat int

name public_oe property

public string name
Résultat string

sub_type public_oe property

public SUB_TYPES sub_type
Résultat SUB_TYPES

type public_oe property

public TYPES type
Résultat TYPES