C# Class fBaseXtensions.Game.BountyCache

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
QuestStepChanged ( int SNO, int previousStep, int currentStep ) : void
RefreshBountyLevelChange ( ) : void
RefreshRiftLevelChange ( ) : void

Method Details

CheckActiveBounty() public method

Check used to validate active bounty (when it fails to update during level changes)
public CheckActiveBounty ( ) : void
return void

DebugString() public method

public DebugString ( ) : string
return string

GetRiftWorldExitHash() public method

public GetRiftWorldExitHash ( int worldID ) : int
worldID int
return int

RefreshActiveQuests() public method

public RefreshActiveQuests ( ) : void
return void

RefreshBountyInfo() public method

Refreshes Bounty Info Cache
public RefreshBountyInfo ( ) : void
return void

RefreshBountyMapMarkers() public method

Refreshes Current Bounty Minimap Markers
public RefreshBountyMapMarkers ( ) : void
return void

RefreshBountyQuestStates() public method

Refreshes Current Bounty Quest States
public RefreshBountyQuestStates ( ) : void
return void

RefreshLevelChanged() public method

public RefreshLevelChanged ( ) : void
return void

RefreshRiftMapMarkers() public method

public RefreshRiftMapMarkers ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

UpdateActiveBounty() public method

Sets Active Bounty
public UpdateActiveBounty ( ) : void
return void

Property Details

ADVENTUREMODE_GREATERRIFT_TRIAL public_oe static_oe property

public static int ADVENTUREMODE_GREATERRIFT_TRIAL
return int

ADVENTUREMODE_QUESTID public_oe static_oe property

public static int ADVENTUREMODE_QUESTID
return int

ADVENTUREMODE_RIFTID public_oe static_oe property

public static int ADVENTUREMODE_RIFTID
return int

ActiveBounty public_oe property

public BountyInfoCache ActiveBounty
return BountyInfoCache

ActiveQuests public_oe property

public Dictionary ActiveQuests
return QuestInfoCache>.Dictionary

BountyQuestStates public_oe property

public Dictionary BountyQuestStates
return QuestState>.Dictionary

CurrentBounties public_oe property

public Dictionary CurrentBounties
return BountyInfo>.Dictionary

CurrentBountyCacheEntry public_oe property

Bounty Cache Loaded from File Cache Entry that contains info about the bounty.
public BountyDataCollection.BountyQuestCacheEntry,fBaseXtensions.Cache.External.Objects CurrentBountyCacheEntry
return fBaseXtensions.Cache.External.Objects.BountyDataCollection.BountyQuestCacheEntry

CurrentBountyMapMarkers public_oe property

public Dictionary CurrentBountyMapMarkers
return BountyMapMarker>.Dictionary