Package com.ngt.jopenmetaverse.shared.sim.events.am

Examples of com.ngt.jopenmetaverse.shared.sim.events.am.ScriptQuestionEventArgs


      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),
          Utils.bytesWithTrailingNullByteToString(question.Data.ObjectOwner),
          ScriptPermission.get(question.Data.Questions)));
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.events.am.ScriptQuestionEventArgs

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.