Examples of TeleportFinishMessage


Examples of com.ngt.jopenmetaverse.shared.sim.message.LindenMessages.TeleportFinishMessage

  /// <param name="capsKey">The message system key for this event</param>
  /// <param name="message">IMessage object containing decoded data from OSD</param>
  /// <param name="simulator">The simulator originating the event message</param>
  private void TeleportFinishEventHandler(String capsKey, IMessage message, Simulator simulator) throws UnknownHostException, Exception
  {
    TeleportFinishMessage msg = (TeleportFinishMessage)message;

    TeleportFinishPacket p = new TeleportFinishPacket();
    p.Info.AgentID = msg.AgentID;
    p.Info.LocationID = msg.LocationID;
    p.Info.RegionHandle = msg.RegionHandle;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.