C# Class Server.CharacterCreatedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
CharacterCreatedEventArgs ( Server.Network.NetState state, IAccount a, string name, bool female, int hue, int str, int dex, int intel, CityInfo city, SkillNameValue skills, int shirtHue, int pantsHue, int hairID, int hairHue, int beardID, int beardHue, int profession, Race race ) : System

Method Details

CharacterCreatedEventArgs() public méthode

public CharacterCreatedEventArgs ( Server.Network.NetState state, IAccount a, string name, bool female, int hue, int str, int dex, int intel, CityInfo city, SkillNameValue skills, int shirtHue, int pantsHue, int hairID, int hairHue, int beardID, int beardHue, int profession, Race race ) : System
state Server.Network.NetState
a IAccount
name string
female bool
hue int
str int
dex int
intel int
city Server.Network.CityInfo
skills SkillNameValue
shirtHue int
pantsHue int
hairID int
hairHue int
beardID int
beardHue int
profession int
race Race
Résultat System