OpenMetaverse.AgentManager.SendTeleportLure C# (CSharp) Method

SendTeleportLure() public method

Send a teleport lure to another avatar with default "Join me in ..." invitation message
public SendTeleportLure ( UUID targetID ) : void
targetID UUID target avatars to lure
return void
        public void SendTeleportLure(UUID targetID)
        {
            SendTeleportLure(targetID, "Join me in " + Client.Network.CurrentSim.Name + "!");
        }

Same methods

AgentManager::SendTeleportLure ( UUID targetID, string message ) : void