C# Класс fBaseXtensions.Cache.Internal.Objects.CachedSNOEntry

Caches all SNO related data.
Наследование: SNO
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CachedSNOEntry ( CachedSNOEntry parent ) : System
CachedSNOEntry ( int sno, bool Null = false ) : System
CachedSNOEntry ( 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 gizmotype = null, PluginDroppedItemTypes baseitemtype = null, UnitFlags unitflags = null, GizmoTargetTypes gizmotargettypes = null, CacheEntry snoentry = null ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
UpdateData ( DiaObject thisObj, int raguid ) : bool

Updates SNO Cache Values

Описание методов

CachedSNOEntry() публичный Метод

public CachedSNOEntry ( CachedSNOEntry parent ) : System
parent CachedSNOEntry
Результат System

CachedSNOEntry() публичный Метод

public CachedSNOEntry ( int sno, bool Null = false ) : System
sno int
Null bool
Результат System

CachedSNOEntry() публичный Метод

public CachedSNOEntry ( 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 gizmotype = 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
gizmotype GizmoType
baseitemtype PluginDroppedItemTypes
unitflags UnitFlags
gizmotargettypes GizmoTargetTypes
snoentry fBaseXtensions.Cache.External.Objects.CacheEntry
Результат System

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

UpdateData() публичный Метод

Updates SNO Cache Values
public UpdateData ( DiaObject thisObj, int raguid ) : bool
thisObj DiaObject
raguid int
Результат bool