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 |
Method | Description | |
---|---|---|
CleanupBadRole ( Role type ) : void | ||
CloneResidentRole ( Role type, WorldName world ) : void | ||
CloneRole ( RoleData data, WorldName world, Role fillType ) : RoleData |
Method | Description | |
---|---|---|
Register ( ) : NRaas.CommonSpace.Helpers |
public static AllowForService ( ServiceType service, CASAgeGenderFlags flag ) : bool | ||
service | ServiceType | |
flag | CASAgeGenderFlags | |
return | bool |
public static AssignRole ( SimDescription sim, Role type, IRoleGiver target ) : bool | ||
sim | SimDescription | |
type | Role | |
target | IRoleGiver | |
return | bool |
protected static CleanupBadRole ( Role type ) : void | ||
type | Role | |
return | void |
protected static CloneResidentRole ( Role type, WorldName world ) : void | ||
type | Role | |
world | WorldName | |
return | void |
protected static CloneRole ( RoleData data, WorldName world, Role fillType ) : RoleData | ||
data | RoleData | |
world | WorldName | |
fillType | Role | |
return | RoleData |
public static DropRole ( SimDescription sim, IRoleGiver target ) : bool | ||
sim | SimDescription | |
target | IRoleGiver | |
return | bool |
public static GetRoleName ( Role type ) : string | ||
type | Role | |
return | string |
public static InitDefaultServiceTunings ( ) : void | ||
return | void |
public static SetServiceTuningFromKey ( Service service, ServiceSettingKey key ) : void | ||
service | Service | |
key | ServiceSettingKey | |
return | void |
public static ShowNotice ( Role role ) : void | ||
role | Role | |
return | void |
public static ValidateOutfit ( SimDescription sim, SimOutfit &outfit, int &index ) : void | ||
sim | SimDescription | |
outfit | SimOutfit | |
index | int | |
return | void |