Documentation ¶
Index ¶
- func GetAttEntry(id int32) *define.AttEntry
- func GetBladeEntry(id int32) *define.BladeEntry
- func GetCostLootEntry(id int32) *define.CostLootEntry
- func GetEquipEnchantEntry(id int32) *define.EquipEnchantEntry
- func GetHeroEntry(id int32) *define.HeroEntry
- func GetItemEntry(id int32) *define.ItemEntry
- func GetPlayerLevelupEntry(id int32) *define.PlayerLevelupEntry
- func GetRuneEntry(id int32) *define.RuneEntry
- func GetRuneSuitEntry(id int32) *define.RuneSuitEntry
- func GetTalentEntry(id int32) *define.TalentEntry
- func GetTokenEntry(id int32) *define.TokenEntry
- func InitEntries()
- type Entries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAttEntry ¶
func GetBladeEntry ¶
func GetBladeEntry(id int32) *define.BladeEntry
func GetCostLootEntry ¶
func GetCostLootEntry(id int32) *define.CostLootEntry
func GetEquipEnchantEntry ¶
func GetEquipEnchantEntry(id int32) *define.EquipEnchantEntry
func GetHeroEntry ¶
func GetItemEntry ¶
func GetPlayerLevelupEntry ¶
func GetPlayerLevelupEntry(id int32) *define.PlayerLevelupEntry
func GetRuneEntry ¶
func GetRuneSuitEntry ¶
func GetRuneSuitEntry(id int32) *define.RuneSuitEntry
func GetTalentEntry ¶
func GetTalentEntry(id int32) *define.TalentEntry
func GetTokenEntry ¶
func GetTokenEntry(id int32) *define.TokenEntry
func InitEntries ¶
func InitEntries()
Types ¶
type Entries ¶
type Entries struct { HeroEntries map[int32]*define.HeroEntry ItemEntries map[int32]*define.ItemEntry EquipEnchantEntries map[int32]*define.EquipEnchantEntry TokenEntries map[int32]*define.TokenEntry TalentEntries map[int32]*define.TalentEntry BladeEntries map[int32]*define.BladeEntry RuneEntries map[int32]*define.RuneEntry RuneSuitEntries map[int32]*define.RuneSuitEntry CostLootEntries map[int32]*define.CostLootEntry AttEntries map[int32]*define.AttEntry PlayerLevelupEntries map[int32]*define.PlayerLevelupEntry }
var (
DefaultEntries *Entries
)
Click to show internal directories.
Click to hide internal directories.