C# Class fBaseXtensions.Cache.Internal.Objects.CacheItem

Inheritance: CacheObject
Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode Description
CacheItem ( CacheObject baseobj ) : System
Interact ( ) : RunStatus
IsStillValid ( ) : bool
UpdateData ( ) : bool
UpdateWeight ( ) : void
WithinInteractionRange ( ) : bool

Method Details

CacheItem() public méthode

public CacheItem ( CacheObject baseobj ) : System
baseobj CacheObject
Résultat System

Interact() public méthode

public Interact ( ) : RunStatus
Résultat RunStatus

IsStillValid() public méthode

public IsStillValid ( ) : bool
Résultat bool

UpdateData() public méthode

public UpdateData ( ) : bool
Résultat bool

UpdateWeight() public méthode

public UpdateWeight ( ) : void
Résultat void

WithinInteractionRange() public méthode

public WithinInteractionRange ( ) : bool
Résultat bool