C# Class Server.Misc.CharacterCreation

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

Méthodes publiques

Méthode Description
Initialize ( ) : void
VerifyProfession ( int profession ) : bool

Private Methods

Méthode Description
AddBackpack ( Server.Mobile m ) : void
AddPants ( Server.Mobile m, int pantsHue ) : void
AddShirt ( Server.Mobile m, int shirtHue ) : void
AddShoes ( Server.Mobile m ) : void
AddSkillItems ( SkillName skill, Server.Mobile m ) : void
CreateMobile ( Account a ) : Server.Mobile
EquipItem ( Item item ) : void
EquipItem ( Item item, bool mustEquip ) : void
EventSink_CharacterCreated ( CharacterCreatedEventArgs args ) : void
FixStat ( int &stat, int diff, int max ) : void
FixStats ( int &str, int &dex, int &intel, int max ) : void
PackInstrument ( ) : void
PackItem ( Item item ) : void
PackScroll ( int circle ) : void
SetName ( Server.Mobile m, string name ) : void
SetSkills ( Server.Mobile m, SkillNameValue skills, int prof ) : void
SetStats ( Server.Mobile m, Server.Network.NetState state, int str, int dex, int intel ) : void
ValidSkills ( SkillNameValue skills ) : bool

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

VerifyProfession() public static méthode

public static VerifyProfession ( int profession ) : bool
profession int
Résultat bool