OpenMetaverse Protocol Library Developers API Documentation
TeleportLureRespond Method (requesterID, sessionID, accept)
NamespacesOpenMetaverseAgentManagerTeleportLureRespond(UUID, UUID, Boolean)
Respond to a teleport lure by either accepting it and initiating the teleport, or denying it
Declaration Syntax
C#
public 
void 
TeleportLureRespond(
        
UUID 
requesterID,
        
UUID 
sessionID,
        
bool 
accept
)
Parameters
requesterID ( UUID)
of the avatar sending the lure
sessionID ( UUID)
IM session of the incoming lure request
accept ( Boolean)
true to accept the lure, false to decline it
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)