C# Class NRaas.Register

Inheritance: Common, Common.IPreLoad, Common.IWorldLoadFinished, Common.IWorldQuit
Afficher le fichier Open project: Chain-Reaction/NRaas

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
Register ( ) : NRaas.CommonSpace.Helpers

Method Details

AllowForService() public static méthode

public static AllowForService ( ServiceType service, CASAgeGenderFlags flag ) : bool
service ServiceType
flag CASAgeGenderFlags
Résultat bool

AlterPetPool() public static méthode

public static AlterPetPool ( ) : void
Résultat void

AssignRole() public static méthode

public static AssignRole ( SimDescription sim, Role type, IRoleGiver target ) : bool
sim SimDescription
type Role
target IRoleGiver
Résultat bool

CleanupBadRole() protected static méthode

protected static CleanupBadRole ( Role type ) : void
type Role
Résultat void

CloneResidentRole() protected static méthode

protected static CloneResidentRole ( Role type, WorldName world ) : void
type Role
world WorldName
Résultat void

CloneRole() protected static méthode

protected static CloneRole ( RoleData data, WorldName world, Role fillType ) : RoleData
data RoleData
world WorldName
fillType Role
Résultat RoleData

DropRole() public static méthode

public static DropRole ( SimDescription sim, IRoleGiver target ) : bool
sim SimDescription
target IRoleGiver
Résultat bool

FixFutureSims() public static méthode

public static FixFutureSims ( ) : void
Résultat void

GetRoleName() public static méthode

public static GetRoleName ( Role type ) : string
type Role
Résultat string

InitDefaultServiceTunings() public static méthode

public static InitDefaultServiceTunings ( ) : void
Résultat void

OnPreLoad() public méthode

public OnPreLoad ( ) : void
Résultat void

OnRestoreRoles() public static méthode

public static OnRestoreRoles ( ) : void
Résultat void

OnWorldLoadFinished() public méthode

public OnWorldLoadFinished ( ) : void
Résultat void

OnWorldQuit() public méthode

public OnWorldQuit ( ) : void
Résultat void

ResetSettings() public static méthode

public static ResetSettings ( ) : void
Résultat void

SetServiceTuningFromKey() public static méthode

public static SetServiceTuningFromKey ( Service service, ServiceSettingKey key ) : void
service Service
key ServiceSettingKey
Résultat void

ShowNotice() public static méthode

public static ShowNotice ( Role role ) : void
role Role
Résultat void

StoreRoles() public static méthode

public static StoreRoles ( ) : void
Résultat void

ValidateOutfit() public static méthode

public static ValidateOutfit ( SimDescription sim, SimOutfit &outfit, int &index ) : void
sim SimDescription
outfit SimOutfit
index int
Résultat void