C# Class fBaseXtensions.Game.FunkyGame

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
Bounty BountyCache
CurrentGameID GameId
CurrentStats Stats.Stats
Navigation Navigation.Navigation
Profile Profile
RunningTargetingBehavior bool

Private Properties

Property Type Description
ItemPickupEval void
PickupItemValidation bool

Public Methods

Method Description
Reset ( ) : void
ResetBot ( ) : void
ResetGame ( ) : void

Private Methods

Method Description
ItemPickupEval ( CacheItem item ) : void
PickupItemValidation ( CacheItem item ) : bool

Method Details

Reset() public static method

public static Reset ( ) : void
return void

ResetBot() public static method

public static ResetBot ( ) : void
return void

ResetGame() public static method

public static ResetGame ( ) : void
return void

Property Details

Bounty public_oe static_oe property

public static BountyCache,fBaseXtensions.Game Bounty
return BountyCache

CurrentGameID public_oe static_oe property

public static GameId CurrentGameID
return GameId

CurrentStats public_oe static_oe property

Tracking of All Game Stats
public static Stats.Stats CurrentStats
return Stats.Stats

Navigation public_oe static_oe property

public static Navigation.Navigation Navigation
return Navigation.Navigation

Profile public_oe static_oe property

public static Profile,fBaseXtensions.Game Profile
return Profile

RunningTargetingBehavior public_oe static_oe property

public static bool RunningTargetingBehavior
return bool