Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.RezScriptPacket$UpdateBlockBlock


  // DocTODO: what does the return UUID correlate to if anything?
  public UUID CopyScriptToTask(long objectLocalID, InventoryItem item, boolean enableScript)
  {
    UUID transactionID = UUID.Random();

    RezScriptPacket ScriptPacket = new RezScriptPacket();
    ScriptPacket.AgentData.AgentID = Client.self.getAgentID();
    ScriptPacket.AgentData.SessionID = Client.self.getSessionID();

    ScriptPacket.UpdateBlock.ObjectLocalID = objectLocalID;
    ScriptPacket.UpdateBlock.Enabled = enableScript;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.RezScriptPacket$UpdateBlockBlock

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.