C# Class NRaas.GoHereSpace.PersistedSettings

Mostra file Open project: Chain-Reaction/NRaas Class Usage Examples

Public Properties

Property Type Description
mAllowActiveDayCare bool
mAllowBoatRouting bool
mAllowCarRouting bool
mAllowChildHomeAlone bool
mAllowGoHereStack bool
mAllowMermaidRouting bool
mAllowNightVisitLot bool
mAllowVampireDayPush bool
mCaregivers CaregiverMonitorHelper.Caregivers>.Dictionary
mDisallowActiveGoHome bool
mDisallowAutoGroup bool
mDisallowInactiveLeaveActiveLot bool
mDoorSettings DoorPortalComponentEx.DoorSettings>.Dictionary
mEnableDoorTooltips bool
mFilterCacheTime int
mGlobalIgnoreAllDoorOptionsFilterOption List
mGlobalIgnoreDoorCostFilterOption List
mGlobalIgnoreDoorFiltersFilterOption List
mGlobalIgnoreDoorTimeLocksFilterOption List
mInactiveChildrenAsActive bool
mLotBabysitters ulong>.Dictionary
mRoleSimsIgnoreAllDoorOptions bool
mRudeGuestLikingGate int
mServiceSimsIgnoreAllDoorOptions bool
mTeleportForAll bool
mUseDayCareSims bool
mVampireTeleport bool

Protected Properties

Property Type Description
mDebugging bool

Public Methods

Method Description
AddOrUpdateDoorSettings ( ObjectGuid door, DoorPortalComponentEx settings, bool doSimValidation ) : void
AllowPush ( Sim sim, Lot lot ) : bool
ClearActiveDoorFilters ( ObjectGuid guid ) : void
DisallowAutoGroup ( Sim sim ) : bool
GetDoorSettings ( ObjectGuid door ) : DoorPortalComponentEx.DoorSettings
GetDoorSettings ( ObjectGuid door, bool create ) : DoorPortalComponentEx.DoorSettings
ValidateFilters ( ) : void

Method Details

AddOrUpdateDoorSettings() public method

public AddOrUpdateDoorSettings ( ObjectGuid door, DoorPortalComponentEx settings, bool doSimValidation ) : void
door ObjectGuid
settings NRaas.GoHereSpace.Helpers.DoorPortalComponentEx
doSimValidation bool
return void

AllowPush() public method

public AllowPush ( Sim sim, Lot lot ) : bool
sim Sim
lot Lot
return bool

ClearActiveDoorFilters() public method

public ClearActiveDoorFilters ( ObjectGuid guid ) : void
guid ObjectGuid
return void

DisallowAutoGroup() public method

public DisallowAutoGroup ( Sim sim ) : bool
sim Sim
return bool

GetDoorSettings() public method

public GetDoorSettings ( ObjectGuid door ) : DoorPortalComponentEx.DoorSettings
door ObjectGuid
return NRaas.GoHereSpace.Helpers.DoorPortalComponentEx.DoorSettings

GetDoorSettings() public method

public GetDoorSettings ( ObjectGuid door, bool create ) : DoorPortalComponentEx.DoorSettings
door ObjectGuid
create bool
return NRaas.GoHereSpace.Helpers.DoorPortalComponentEx.DoorSettings

ValidateFilters() public method

public ValidateFilters ( ) : void
return void

Property Details

mAllowActiveDayCare public_oe property

public bool mAllowActiveDayCare
return bool

mAllowBoatRouting public_oe property

public bool mAllowBoatRouting
return bool

mAllowCarRouting public_oe property

public bool mAllowCarRouting
return bool

mAllowChildHomeAlone public_oe property

public bool mAllowChildHomeAlone
return bool

mAllowGoHereStack public_oe property

public bool mAllowGoHereStack
return bool

mAllowMermaidRouting public_oe property

public bool mAllowMermaidRouting
return bool

mAllowNightVisitLot public_oe property

public bool mAllowNightVisitLot
return bool

mAllowVampireDayPush public_oe property

public bool mAllowVampireDayPush
return bool

mCaregivers public_oe property

public Dictionary mCaregivers
return CaregiverMonitorHelper.Caregivers>.Dictionary

mDebugging protected_oe property

protected bool mDebugging
return bool

mDisallowActiveGoHome public_oe property

public bool mDisallowActiveGoHome
return bool

mDisallowAutoGroup public_oe property

public bool mDisallowAutoGroup
return bool

mDisallowInactiveLeaveActiveLot public_oe property

public bool mDisallowInactiveLeaveActiveLot
return bool

mDoorSettings public_oe property

public Dictionary mDoorSettings
return DoorPortalComponentEx.DoorSettings>.Dictionary

mEnableDoorTooltips public_oe property

public bool mEnableDoorTooltips
return bool

mFilterCacheTime public_oe property

public int mFilterCacheTime
return int

mGlobalIgnoreAllDoorOptionsFilterOption public_oe property

public List mGlobalIgnoreAllDoorOptionsFilterOption
return List

mGlobalIgnoreDoorCostFilterOption public_oe property

public List mGlobalIgnoreDoorCostFilterOption
return List

mGlobalIgnoreDoorFiltersFilterOption public_oe property

public List mGlobalIgnoreDoorFiltersFilterOption
return List

mGlobalIgnoreDoorTimeLocksFilterOption public_oe property

public List mGlobalIgnoreDoorTimeLocksFilterOption
return List

mInactiveChildrenAsActive public_oe property

public bool mInactiveChildrenAsActive
return bool

mLotBabysitters public_oe property

public Dictionary mLotBabysitters
return ulong>.Dictionary

mRoleSimsIgnoreAllDoorOptions public_oe property

public bool mRoleSimsIgnoreAllDoorOptions
return bool

mRudeGuestLikingGate public_oe property

public int mRudeGuestLikingGate
return int

mServiceSimsIgnoreAllDoorOptions public_oe property

public bool mServiceSimsIgnoreAllDoorOptions
return bool

mTeleportForAll public_oe property

public bool mTeleportForAll
return bool

mUseDayCareSims public_oe property

public bool mUseDayCareSims
return bool

mVampireTeleport public_oe property

public bool mVampireTeleport
return bool