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

Inheritance: D3Sharp.Core.Ingame.Actors.Actor
Afficher le fichier Open project: BoyC/d3sharp Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Private Methods

Méthode Description
GetSavedData ( ) : PlayerSavedData

Method Details

GetStateData() public méthode

public GetStateData ( ) : HeroStateData
Résultat HeroStateData

Hero() public méthode

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
Résultat D3Sharp.Core.Common.Toons

Property Details

CurrentWorldSNO public_oe property

public int CurrentWorldSNO
Résultat int

HirelingInfo public_oe property

public HirelingInfo[] HirelingInfo
Résultat HirelingInfo[]

LearnedLore public_oe property

public LearnedLore LearnedLore
Résultat LearnedLore

QuestRewardHistory public_oe property

public PlayerQuestRewardHistoryEntry[] QuestRewardHistory
Résultat PlayerQuestRewardHistoryEntry[]

RevealedActors public_oe property

public List RevealedActors
Résultat List

RevealedScenes public_oe property

public List RevealedScenes
Résultat List

RevealedWorlds public_oe property

public List RevealedWorlds
Résultat List

SeenTutorials public_oe property

public int[] SeenTutorials
Résultat int[]

SkillKeyMappings public_oe property

public SkillKeyMapping[] SkillKeyMappings
Résultat SkillKeyMapping[]

Skillset public_oe property

public Skillset,D3Sharp.Core.Ingame.Skills Skillset
Résultat D3Sharp.Core.Ingame.Skills.Skillset