C# 클래스 fBaseXtensions.Cache.Internal.Objects.CachedSNOEntry

Caches all SNO related data.
상속: SNO
파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

메소드 설명
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