C# 클래스 NRaas.GoHereSpace.Helpers.DoorPortalComponentEx.DoorSettings

파일 보기 프로젝트 열기: Chain-Reaction/NRaas

공개 프로퍼티들

프로퍼티 타입 설명
mDoorClose int
mDoorCost int
mDoorOpen int
mDoorTicketDuration int
mIsOneWayDoor bool
mMatchAllFilters bool
mType SettingType

공개 메소드들

메소드 설명
AddFilter ( string filter ) : DoorSettings
AddRecentSim ( ulong sim ) : void
ClearFilters ( ) : void
DoorSettings ( ) : NRaas.CommonSpace.Helpers
DoorSettings ( ObjectGuid guid ) : NRaas.CommonSpace.Helpers
HandleCost ( Sim sim ) : bool
IsFilterActive ( string filter ) : bool
IsSimAllowedThrough ( ulong descId ) : bool
OnAllowedInRoomCheck ( int srcRoom, Sim sim ) : bool
RegisterRoomListeners ( Lot lot ) : void
RemoveFilter ( string filter ) : DoorSettings
ValidateAndSetupDoors ( ) : void
WasSimRecentlyLetThrough ( ulong sim ) : bool

메소드 상세

AddFilter() 공개 메소드

public AddFilter ( string filter ) : DoorSettings
filter string
리턴 DoorSettings

AddRecentSim() 공개 메소드

public AddRecentSim ( ulong sim ) : void
sim ulong
리턴 void

ClearFilters() 공개 메소드

public ClearFilters ( ) : void
리턴 void

DoorSettings() 공개 메소드

public DoorSettings ( ) : NRaas.CommonSpace.Helpers
리턴 NRaas.CommonSpace.Helpers

DoorSettings() 공개 메소드

public DoorSettings ( ObjectGuid guid ) : NRaas.CommonSpace.Helpers
guid ObjectGuid
리턴 NRaas.CommonSpace.Helpers

HandleCost() 공개 메소드

public HandleCost ( Sim sim ) : bool
sim Sim
리턴 bool

IsFilterActive() 공개 메소드

public IsFilterActive ( string filter ) : bool
filter string
리턴 bool

IsSimAllowedThrough() 공개 메소드

public IsSimAllowedThrough ( ulong descId ) : bool
descId ulong
리턴 bool

OnAllowedInRoomCheck() 공개 정적인 메소드

public static OnAllowedInRoomCheck ( int srcRoom, Sim sim ) : bool
srcRoom int
sim Sim
리턴 bool

RegisterRoomListeners() 공개 정적인 메소드

public static RegisterRoomListeners ( Lot lot ) : void
lot Lot
리턴 void

RemoveFilter() 공개 메소드

public RemoveFilter ( string filter ) : DoorSettings
filter string
리턴 DoorSettings

ValidateAndSetupDoors() 공개 정적인 메소드

public static ValidateAndSetupDoors ( ) : void
리턴 void

WasSimRecentlyLetThrough() 공개 메소드

public WasSimRecentlyLetThrough ( ulong sim ) : bool
sim ulong
리턴 bool

프로퍼티 상세

mDoorClose 공개적으로 프로퍼티

public int mDoorClose
리턴 int

mDoorCost 공개적으로 프로퍼티

public int mDoorCost
리턴 int

mDoorOpen 공개적으로 프로퍼티

public int mDoorOpen
리턴 int

mDoorTicketDuration 공개적으로 프로퍼티

public int mDoorTicketDuration
리턴 int

mIsOneWayDoor 공개적으로 프로퍼티

public bool mIsOneWayDoor
리턴 bool

mMatchAllFilters 공개적으로 프로퍼티

public bool mMatchAllFilters
리턴 bool

mType 공개적으로 프로퍼티

public SettingType mType
리턴 SettingType