C# Класс fBaseXtensions.Game.BountyCache

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ADVENTUREMODE_GREATERRIFT_TRIAL int
ADVENTUREMODE_QUESTID int
ADVENTUREMODE_RIFTID int
ActiveBounty BountyInfoCache
ActiveQuests QuestInfoCache>.Dictionary
BountyQuestStates QuestState>.Dictionary
CurrentBounties BountyInfo>.Dictionary
CurrentBountyCacheEntry fBaseXtensions.Cache.External.Objects.BountyDataCollection.BountyQuestCacheEntry
CurrentBountyMapMarkers BountyMapMarker>.Dictionary

Открытые методы

Метод Описание
CheckActiveBounty ( ) : void

Check used to validate active bounty (when it fails to update during level changes)

DebugString ( ) : string
GetRiftWorldExitHash ( int worldID ) : int
RefreshActiveQuests ( ) : void
RefreshBountyInfo ( ) : void

Refreshes Bounty Info Cache

RefreshBountyMapMarkers ( ) : void

Refreshes Current Bounty Minimap Markers

RefreshBountyQuestStates ( ) : void

Refreshes Current Bounty Quest States

RefreshLevelChanged ( ) : void
RefreshRiftMapMarkers ( ) : void
Reset ( ) : void
UpdateActiveBounty ( ) : void

Sets Active Bounty

Приватные методы

Метод Описание
QuestStepChanged ( int SNO, int previousStep, int currentStep ) : void
RefreshBountyLevelChange ( ) : void
RefreshRiftLevelChange ( ) : void

Описание методов

CheckActiveBounty() публичный Метод

Check used to validate active bounty (when it fails to update during level changes)
public CheckActiveBounty ( ) : void
Результат void

DebugString() публичный Метод

public DebugString ( ) : string
Результат string

GetRiftWorldExitHash() публичный Метод

public GetRiftWorldExitHash ( int worldID ) : int
worldID int
Результат int

RefreshActiveQuests() публичный Метод

public RefreshActiveQuests ( ) : void
Результат void

RefreshBountyInfo() публичный Метод

Refreshes Bounty Info Cache
public RefreshBountyInfo ( ) : void
Результат void

RefreshBountyMapMarkers() публичный Метод

Refreshes Current Bounty Minimap Markers
public RefreshBountyMapMarkers ( ) : void
Результат void

RefreshBountyQuestStates() публичный Метод

Refreshes Current Bounty Quest States
public RefreshBountyQuestStates ( ) : void
Результат void

RefreshLevelChanged() публичный Метод

public RefreshLevelChanged ( ) : void
Результат void

RefreshRiftMapMarkers() публичный Метод

public RefreshRiftMapMarkers ( ) : void
Результат void

Reset() публичный Метод

public Reset ( ) : void
Результат void

UpdateActiveBounty() публичный Метод

Sets Active Bounty
public UpdateActiveBounty ( ) : void
Результат void

Описание свойств

ADVENTUREMODE_GREATERRIFT_TRIAL публичное статическое свойство

public static int ADVENTUREMODE_GREATERRIFT_TRIAL
Результат int

ADVENTUREMODE_QUESTID публичное статическое свойство

public static int ADVENTUREMODE_QUESTID
Результат int

ADVENTUREMODE_RIFTID публичное статическое свойство

public static int ADVENTUREMODE_RIFTID
Результат int

ActiveBounty публичное свойство

public BountyInfoCache ActiveBounty
Результат BountyInfoCache

ActiveQuests публичное свойство

public Dictionary ActiveQuests
Результат QuestInfoCache>.Dictionary

BountyQuestStates публичное свойство

public Dictionary BountyQuestStates
Результат QuestState>.Dictionary

CurrentBounties публичное свойство

public Dictionary CurrentBounties
Результат BountyInfo>.Dictionary

CurrentBountyCacheEntry публичное свойство

Bounty Cache Loaded from File Cache Entry that contains info about the bounty.
public BountyDataCollection.BountyQuestCacheEntry,fBaseXtensions.Cache.External.Objects CurrentBountyCacheEntry
Результат fBaseXtensions.Cache.External.Objects.BountyDataCollection.BountyQuestCacheEntry

CurrentBountyMapMarkers публичное свойство

public Dictionary CurrentBountyMapMarkers
Результат BountyMapMarker>.Dictionary