Examples of ScriptQuestionPacket


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

    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
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.