Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AvatarExcelConfigData []*Avatar AvatarSkillDepotExcelConfigData []*AvatarSkillDepot AvatarSkillExcelConfigData []*AvatarSkill ProudSkillExcelConfigData []*ProudSkill )
Functions ¶
Types ¶
type Avatar ¶
func FindAvatar ¶
func (*Avatar) SkillDepot ¶
func (a *Avatar) SkillDepot() *AvatarSkillDepot
type AvatarSkill ¶
type AvatarSkill struct { Id uint32 NameTextMapHash TextMapHash ProudSkillGroupId uint32 }
func FindSkill ¶
func FindSkill(id uint32) *AvatarSkill
func (*AvatarSkill) Name ¶
func (a *AvatarSkill) Name() string
func (*AvatarSkill) ProudSkill ¶
func (a *AvatarSkill) ProudSkill(level uint32) *ProudSkill
type AvatarSkillDepot ¶
func FindSkillDepot ¶
func FindSkillDepot(id uint32) *AvatarSkillDepot
type ProudSkill ¶
type ProudSkill struct { ProudSkillGroupId uint32 Level uint32 ParamDescList []TextMapHash }
type TextMapHash ¶
type TextMapHash uint32
func (TextMapHash) String ¶
func (h TextMapHash) String() string
Click to show internal directories.
Click to hide internal directories.