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

Datei anzeigen Open project: herbfunk/Funky

Public Properties

Property Type Description
OrginCacheObjectRAGUID int

Public Methods

Method Description
CacheContainsOrginObject ( ) : bool
CacheLineOfSight ( BountyCache bmm ) : fBaseXtensions.Game
CacheLineOfSight ( CacheObject obj, Vector3 pos ) : fBaseXtensions.Game
IsValidForTargeting ( ) : bool
UpdateOrginObject ( ) : void

Method Details

CacheContainsOrginObject() public method

public CacheContainsOrginObject ( ) : bool
return bool

CacheLineOfSight() public method

public CacheLineOfSight ( BountyCache bmm ) : fBaseXtensions.Game
bmm fBaseXtensions.Game.BountyCache
return fBaseXtensions.Game

CacheLineOfSight() public method

public CacheLineOfSight ( CacheObject obj, Vector3 pos ) : fBaseXtensions.Game
obj CacheObject
pos Vector3
return fBaseXtensions.Game

IsValidForTargeting() public method

public IsValidForTargeting ( ) : bool
return bool

UpdateOrginObject() public method

public UpdateOrginObject ( ) : void
return void

Property Details

OrginCacheObjectRAGUID public_oe property

public int OrginCacheObjectRAGUID
return int