Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.ScriptQuestionPacket$DataBlock


    if (onScriptQuestion != null)
    {
      Packet packet = e.getPacket();
      Simulator simulator = e.getSimulator();

      ScriptQuestionPacket question = (ScriptQuestionPacket)packet;

      onScriptQuestion.raiseEvent(new ScriptQuestionEventArgs(simulator,
          question.Data.TaskID,
          question.Data.ItemID,
          Utils.bytesWithTrailingNullByteToString(question.Data.ObjectName),
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.ScriptQuestionPacket$DataBlock

Copyright © 2018 www.massapicom. 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.