C# 클래스 NRaas.Register

상속: Common, Common.IPreLoad, Common.IWorldLoadFinished, Common.IWorldQuit
파일 보기 프로젝트 열기: Chain-Reaction/NRaas

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CleanupBadRole ( Role type ) : void
CloneResidentRole ( Role type, WorldName world ) : void
CloneRole ( RoleData data, WorldName world, Role fillType ) : RoleData

비공개 메소드들

메소드 설명
Register ( ) : NRaas.CommonSpace.Helpers

메소드 상세

AllowForService() 공개 정적인 메소드

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

AlterPetPool() 공개 정적인 메소드

public static AlterPetPool ( ) : void
리턴 void

AssignRole() 공개 정적인 메소드

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

CleanupBadRole() 보호된 정적인 메소드

protected static CleanupBadRole ( Role type ) : void
type Role
리턴 void

CloneResidentRole() 보호된 정적인 메소드

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

CloneRole() 보호된 정적인 메소드

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

DropRole() 공개 정적인 메소드

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

FixFutureSims() 공개 정적인 메소드

public static FixFutureSims ( ) : void
리턴 void

GetRoleName() 공개 정적인 메소드

public static GetRoleName ( Role type ) : string
type Role
리턴 string

InitDefaultServiceTunings() 공개 정적인 메소드

public static InitDefaultServiceTunings ( ) : void
리턴 void

OnPreLoad() 공개 메소드

public OnPreLoad ( ) : void
리턴 void

OnRestoreRoles() 공개 정적인 메소드

public static OnRestoreRoles ( ) : void
리턴 void

OnWorldLoadFinished() 공개 메소드

public OnWorldLoadFinished ( ) : void
리턴 void

OnWorldQuit() 공개 메소드

public OnWorldQuit ( ) : void
리턴 void

ResetSettings() 공개 정적인 메소드

public static ResetSettings ( ) : void
리턴 void

SetServiceTuningFromKey() 공개 정적인 메소드

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

ShowNotice() 공개 정적인 메소드

public static ShowNotice ( Role role ) : void
role Role
리턴 void

StoreRoles() 공개 정적인 메소드

public static StoreRoles ( ) : void
리턴 void

ValidateOutfit() 공개 정적인 메소드

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