C# Class fBaseXtensions.Game.GameCache

Afficher le fichier Open project: herbfunk/Funky

Private Properties

Свойство Type Description
GetInteractiveCachedObject fBaseXtensions.Cache.Internal.Objects.CacheObject
GoldInactivityTimerTrippedHandler void
OnGameIDChangedHandler void
OnProfileBehaviorChanged void

Méthodes publiques

Méthode Description
FindActByTownLevelAreaID ( int ID ) : Act

To Find Town Areas

GameCache ( ) : System
GetSNOLevelAreaByWaypointID ( int ID ) : SNOLevelArea
GetWaypointBySNOLevelID ( SNOLevelArea id ) : int
ResetCombatModifiers ( ) : void
ReturnTownRunMovementVector ( TownRunBehavior type, Act act ) : System.Vector3
ReturnTownRunObjectDialogElement ( TownRunBehavior type ) : UIElement
ReturnTownRunObjectSNO ( TownRunBehavior type, Act act ) : int

Private Methods

Méthode Description
GetInteractiveCachedObject ( Profile type ) : CacheObject
GoldInactivityTimerTrippedHandler ( ) : void
OnGameIDChangedHandler ( ) : void
OnProfileBehaviorChanged ( Profile type ) : void

Method Details

FindActByTownLevelAreaID() public static méthode

To Find Town Areas
public static FindActByTownLevelAreaID ( int ID ) : Act
ID int
Résultat Act

GameCache() public méthode

public GameCache ( ) : System
Résultat System

GetSNOLevelAreaByWaypointID() public static méthode

public static GetSNOLevelAreaByWaypointID ( int ID ) : SNOLevelArea
ID int
Résultat SNOLevelArea

GetWaypointBySNOLevelID() public static méthode

public static GetWaypointBySNOLevelID ( SNOLevelArea id ) : int
id SNOLevelArea
Résultat int

ResetCombatModifiers() public méthode

public ResetCombatModifiers ( ) : void
Résultat void

ReturnTownRunMovementVector() public static méthode

public static ReturnTownRunMovementVector ( TownRunBehavior type, Act act ) : System.Vector3
type TownRunBehavior
act Act
Résultat System.Vector3

ReturnTownRunObjectDialogElement() public static méthode

public static ReturnTownRunObjectDialogElement ( TownRunBehavior type ) : UIElement
type TownRunBehavior
Résultat UIElement

ReturnTownRunObjectSNO() public static méthode

public static ReturnTownRunObjectSNO ( TownRunBehavior type, Act act ) : int
type TownRunBehavior
act Act
Résultat int