C# Class DarkEmu_GameServer.Silkroad

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
GoldData List
Items List
LevelData List
NpcDatas List
Objects List
Skills List
tmpSkills List

Méthodes publiques

Méthode Description
DumpObjects ( ) : void
GetGoldDataByLevel ( byte Level ) : Gold_
GetItemById ( uint ItemId ) : Item_
GetLevelDataByLevel ( byte Level ) : Level_
GetObjectById ( uint ItemId ) : Object_
GetSkillById ( uint ItemId ) : Skill_
SendHandshake ( int ClientIndex ) : void
ToTPacket ( byte src ) : TPacket*

Private Methods

Méthode Description
DumpFilesToGold ( string path ) : void
DumpFilesToItems ( string path ) : void
DumpFilesToLevel ( string path ) : void
DumpFilesToNpcData ( string path ) : void
DumpFilesToObjects ( string path ) : void
DumpFilesToSkills ( string path ) : void
DumpFilesToTmpSkill ( string path ) : void
GetNumberOfAttacks ( tmpSkill_ tmp ) : byte
GetTmpSkillById ( uint NextId ) : tmpSkill_

Method Details

DumpObjects() public static méthode

public static DumpObjects ( ) : void
Résultat void

GetGoldDataByLevel() public static méthode

public static GetGoldDataByLevel ( byte Level ) : Gold_
Level byte
Résultat Gold_

GetItemById() public static méthode

public static GetItemById ( uint ItemId ) : Item_
ItemId uint
Résultat Item_

GetLevelDataByLevel() public static méthode

public static GetLevelDataByLevel ( byte Level ) : Level_
Level byte
Résultat Level_

GetObjectById() public static méthode

public static GetObjectById ( uint ItemId ) : Object_
ItemId uint
Résultat System.Object_

GetSkillById() public static méthode

public static GetSkillById ( uint ItemId ) : Skill_
ItemId uint
Résultat Skill_

SendHandshake() public static méthode

public static SendHandshake ( int ClientIndex ) : void
ClientIndex int
Résultat void

ToTPacket() public static méthode

public static ToTPacket ( byte src ) : TPacket*
src byte
Résultat TPacket*

Property Details

GoldData public_oe static_oe property

public static List GoldData
Résultat List

Items public_oe static_oe property

public static List Items
Résultat List

LevelData public_oe static_oe property

public static List LevelData
Résultat List

NpcDatas public_oe static_oe property

public static List NpcDatas
Résultat List

Objects public_oe static_oe property

public static List Objects
Résultat List

Skills public_oe static_oe property

public static List Skills
Résultat List

tmpSkills public_oe static_oe property

public static List tmpSkills
Résultat List