Package com.ngt.jopenmetaverse.shared.protocol

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


  /// <param name="transactionID">The transaction ID for this request which
  /// can be used to correlate this request with other packets</param>
  /// <remarks>If objectLocalID is a child primitive in a linkset, the entire linkset will be derezzed</remarks>
  public void RequestDeRezToInventory(long objectLocalID, DeRezDestination destType, UUID destFolder, UUID transactionID)
  {
    DeRezObjectPacket take = new DeRezObjectPacket();

    take.AgentData.AgentID = Client.self.getAgentID();
    take.AgentData.SessionID = Client.self.getSessionID();
    take.AgentBlock = new DeRezObjectPacket.AgentBlockBlock();
    take.AgentBlock.GroupID = UUID.Zero;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.DeRezObjectPacket

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.