C# Class Universe.Modules.Gods.GodsModule

Inheritance: INonSharedRegionModule, IGodsModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_dialogModule IDialogModule
m_scene IScene

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
KickUser ( UUID godID, UUID sessionID, UUID agentID, uint kickflags, byte reason ) : void

Kicks User specified from the simulator. This logs them off of the grid If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes that you're kicking it even if the avatar's UUID isn't the UUID that the agent is assigned

KickUser ( UUID godID, UUID sessionID, UUID agentID, uint kickflags, string reason ) : void
RegionLoaded ( IScene scene ) : void
RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
RemoveRegion ( IScene scene ) : void
RequestGodlikePowers ( UUID agentID, UUID sessionID, UUID token, bool godLike, IClientAPI controllingClient ) : void
SubscribeToClientEvents ( IClientAPI client ) : void
UnsubscribeFromClientEvents ( IClientAPI client ) : void

Private Methods

Méthode Description
UntrustedSimulatorMessage ( UUID AgentID, Stream request ) : byte[]

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource source ) : void
source IConfigSource
Résultat void

KickUser() public méthode

Kicks User specified from the simulator. This logs them off of the grid If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes that you're kicking it even if the avatar's UUID isn't the UUID that the agent is assigned
public KickUser ( UUID godID, UUID sessionID, UUID agentID, uint kickflags, byte reason ) : void
godID UUID The person doing the kicking
sessionID UUID The session of the person doing the kicking
agentID UUID the person that is being kicked
kickflags uint Tells what to do to the user
reason byte The message to send to the user after it's been turned into a field
Résultat void

KickUser() public méthode

public KickUser ( UUID godID, UUID sessionID, UUID agentID, uint kickflags, string reason ) : void
godID UUID
sessionID UUID
agentID UUID
kickflags uint
reason string
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RegisterCaps() public méthode

public RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap
agentID UUID
server IHttpServer
Résultat OSDMap

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

RequestGodlikePowers() public méthode

public RequestGodlikePowers ( UUID agentID, UUID sessionID, UUID token, bool godLike, IClientAPI controllingClient ) : void
agentID UUID
sessionID UUID
token UUID
godLike bool
controllingClient IClientAPI
Résultat void

SubscribeToClientEvents() public méthode

public SubscribeToClientEvents ( IClientAPI client ) : void
client IClientAPI
Résultat void

UnsubscribeFromClientEvents() public méthode

public UnsubscribeFromClientEvents ( IClientAPI client ) : void
client IClientAPI
Résultat void

Property Details

m_dialogModule protected_oe property

protected IDialogModule m_dialogModule
Résultat IDialogModule

m_scene protected_oe property

protected IScene m_scene
Résultat IScene