C# Класс Server.Misc.CharacterCreation

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Initialize ( ) : void
VerifyProfession ( int profession ) : bool

Приватные методы

Метод Описание
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

Описание методов

Initialize() публичный статический Метод

public static Initialize ( ) : void
Результат void

VerifyProfession() публичный статический Метод

public static VerifyProfession ( int profession ) : bool
profession int
Результат bool