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

Datei anzeigen Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
IsFinalized bool
LastUsed System.DateTime
SNOID int

Private Properties

Property Type Description
UpdateLookUpFinalValues void

Public Methods

Method Description
Clone ( ) : object
ContainsNullValues ( ) : bool
SNO ( SNO sno ) : System
SNO ( int sno, bool Null = false ) : System
SNO ( int sno, string internalname, ActorType actortype = null, TargetType targettype = null, float collisionradius = null, int interactrange = null, bool canburrow = null, bool isbarricade = null, ObstacleType obstacletype = null, float actorsphereradius = null, GizmoType gimzotype = null, PluginDroppedItemTypes baseitemtype = null, UnitFlags unitflags = null, GizmoTargetTypes gizmotargettypes = null, CacheEntry snoentry = null ) : System

Private Methods

Method Description
UpdateLookUpFinalValues ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

ContainsNullValues() public method

public ContainsNullValues ( ) : bool
return bool

SNO() public method

public SNO ( SNO sno ) : System
sno SNO
return System

SNO() public method

public SNO ( int sno, bool Null = false ) : System
sno int
Null bool
return System

SNO() public method

public SNO ( int sno, string internalname, ActorType actortype = null, TargetType targettype = null, float collisionradius = null, int interactrange = null, bool canburrow = null, bool isbarricade = null, ObstacleType obstacletype = null, float actorsphereradius = null, GizmoType gimzotype = null, PluginDroppedItemTypes baseitemtype = null, UnitFlags unitflags = null, GizmoTargetTypes gizmotargettypes = null, CacheEntry snoentry = null ) : System
sno int
internalname string
actortype ActorType
targettype TargetType
collisionradius float
interactrange int
canburrow bool
isbarricade bool
obstacletype ObstacleType
actorsphereradius float
gimzotype GizmoType
baseitemtype PluginDroppedItemTypes
unitflags UnitFlags
gizmotargettypes GizmoTargetTypes
snoentry fBaseXtensions.Cache.External.Objects.CacheEntry
return System

Property Details

IsFinalized public_oe property

public bool IsFinalized
return bool

LastUsed public_oe property

public DateTime,System LastUsed
return System.DateTime

SNOID public_oe property

public int SNOID
return int