Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.RezObjectPacket$AgentDataBlock


  /// <param name="rezSelected">If set to true, the CreateSelected flag
  /// will be set on the rezzed object</param>       
  public UUID RequestRezFromInventory(Simulator simulator, Quaternion rotation, Vector3 position,
      InventoryItem item, UUID groupOwner, UUID queryID, boolean rezSelected)
  {
    RezObjectPacket add = new RezObjectPacket();

    add.AgentData.AgentID = Client.self.getAgentID();
    add.AgentData.SessionID = Client.self.getSessionID();
    add.AgentData.GroupID = groupOwner;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.RezObjectPacket$AgentDataBlock

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.