C# Class NRaas.Register

Inheritance: Common, Common.IPreLoad, Common.IWorldLoadFinished, Common.IWorldQuit
Mostra file Open project: Chain-Reaction/NRaas

Public Methods

Method Description
AllowForService ( ServiceType service, CASAgeGenderFlags flag ) : bool
AlterPetPool ( ) : void
AssignRole ( SimDescription sim, Role type, IRoleGiver target ) : bool
DropRole ( SimDescription sim, IRoleGiver target ) : bool
FixFutureSims ( ) : void
GetRoleName ( Role type ) : string
InitDefaultServiceTunings ( ) : void
OnPreLoad ( ) : void
OnRestoreRoles ( ) : void
OnWorldLoadFinished ( ) : void
OnWorldQuit ( ) : void
ResetSettings ( ) : void
SetServiceTuningFromKey ( Service service, ServiceSettingKey key ) : void
ShowNotice ( Role role ) : void
StoreRoles ( ) : void
ValidateOutfit ( SimDescription sim, SimOutfit &outfit, int &index ) : void

Protected Methods

Method Description
CleanupBadRole ( Role type ) : void
CloneResidentRole ( Role type, WorldName world ) : void
CloneRole ( RoleData data, WorldName world, Role fillType ) : RoleData

Private Methods

Method Description
Register ( ) : NRaas.CommonSpace.Helpers

Method Details

AllowForService() public static method

public static AllowForService ( ServiceType service, CASAgeGenderFlags flag ) : bool
service ServiceType
flag CASAgeGenderFlags
return bool

AlterPetPool() public static method

public static AlterPetPool ( ) : void
return void

AssignRole() public static method

public static AssignRole ( SimDescription sim, Role type, IRoleGiver target ) : bool
sim SimDescription
type Role
target IRoleGiver
return bool

CleanupBadRole() protected static method

protected static CleanupBadRole ( Role type ) : void
type Role
return void

CloneResidentRole() protected static method

protected static CloneResidentRole ( Role type, WorldName world ) : void
type Role
world WorldName
return void

CloneRole() protected static method

protected static CloneRole ( RoleData data, WorldName world, Role fillType ) : RoleData
data RoleData
world WorldName
fillType Role
return RoleData

DropRole() public static method

public static DropRole ( SimDescription sim, IRoleGiver target ) : bool
sim SimDescription
target IRoleGiver
return bool

FixFutureSims() public static method

public static FixFutureSims ( ) : void
return void

GetRoleName() public static method

public static GetRoleName ( Role type ) : string
type Role
return string

InitDefaultServiceTunings() public static method

public static InitDefaultServiceTunings ( ) : void
return void

OnPreLoad() public method

public OnPreLoad ( ) : void
return void

OnRestoreRoles() public static method

public static OnRestoreRoles ( ) : void
return void

OnWorldLoadFinished() public method

public OnWorldLoadFinished ( ) : void
return void

OnWorldQuit() public method

public OnWorldQuit ( ) : void
return void

ResetSettings() public static method

public static ResetSettings ( ) : void
return void

SetServiceTuningFromKey() public static method

public static SetServiceTuningFromKey ( Service service, ServiceSettingKey key ) : void
service Service
key ServiceSettingKey
return void

ShowNotice() public static method

public static ShowNotice ( Role role ) : void
role Role
return void

StoreRoles() public static method

public static StoreRoles ( ) : void
return void

ValidateOutfit() public static method

public static ValidateOutfit ( SimDescription sim, SimOutfit &outfit, int &index ) : void
sim SimDescription
outfit SimOutfit
index int
return void