C# 클래스 OpenSim.Region.CoreModules.Avatar.Groups.GroupsModule

상속: ISharedRegionModule
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

공개 메소드들

메소드 설명
Close ( ) : void
Initialise ( Scene scene, IConfigSource config ) : void
PostInitialise ( ) : void

비공개 메소드들

메소드 설명
HandleUUIDGroupNameRequest ( UUID id, IClientAPI remote_client ) : void
OnAgentDataUpdateRequest ( IClientAPI remoteClient, UUID AgentID, UUID SessionID ) : void
OnClientClosed ( UUID agentID, Scene scene ) : void
OnGridInstantMessage ( OpenSim.Framework.GridInstantMessage msg ) : void
OnInstantMessage ( IClientAPI client, OpenSim.Framework.GridInstantMessage im ) : void
OnNewClient ( IClientAPI client ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Initialise() 공개 메소드

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void