C# Class D3Sharp.Core.Ingame.Universe.Hero

Inheritance: D3Sharp.Core.Ingame.Actors.Actor
Mostra file Open project: BoyC/d3sharp Class Usage Examples

Public Properties

Property Type Description
CurrentWorldSNO int
HirelingInfo HirelingInfo[]
LearnedLore LearnedLore
QuestRewardHistory PlayerQuestRewardHistoryEntry[]
RevealedActors List
RevealedScenes List
RevealedWorlds List
SeenTutorials int[]
SkillKeyMappings SkillKeyMapping[]
Skillset D3Sharp.Core.Ingame.Skills.Skillset

Public Methods

Method Description
GetStateData ( ) : HeroStateData
Hero ( D3Sharp.Net.Game.GameClient client, Universe universe, D3Sharp.Core.Common.Toons.Toon toon ) : D3Sharp.Core.Common.Toons

Private Methods

Method Description
GetSavedData ( ) : PlayerSavedData

Method Details

GetStateData() public method

public GetStateData ( ) : HeroStateData
return HeroStateData

Hero() public method

public Hero ( D3Sharp.Net.Game.GameClient client, Universe universe, D3Sharp.Core.Common.Toons.Toon toon ) : D3Sharp.Core.Common.Toons
client D3Sharp.Net.Game.GameClient
universe Universe
toon D3Sharp.Core.Common.Toons.Toon
return D3Sharp.Core.Common.Toons

Property Details

CurrentWorldSNO public_oe property

public int CurrentWorldSNO
return int

HirelingInfo public_oe property

public HirelingInfo[] HirelingInfo
return HirelingInfo[]

LearnedLore public_oe property

public LearnedLore LearnedLore
return LearnedLore

QuestRewardHistory public_oe property

public PlayerQuestRewardHistoryEntry[] QuestRewardHistory
return PlayerQuestRewardHistoryEntry[]

RevealedActors public_oe property

public List RevealedActors
return List

RevealedScenes public_oe property

public List RevealedScenes
return List

RevealedWorlds public_oe property

public List RevealedWorlds
return List

SeenTutorials public_oe property

public int[] SeenTutorials
return int[]

SkillKeyMappings public_oe property

public SkillKeyMapping[] SkillKeyMappings
return SkillKeyMapping[]

Skillset public_oe property

public Skillset,D3Sharp.Core.Ingame.Skills Skillset
return D3Sharp.Core.Ingame.Skills.Skillset