Package com.ngt.jopenmetaverse.shared.protocol

Examples of com.ngt.jopenmetaverse.shared.protocol.MapItemRequestPacket$RequestDataBlock


  /// <param name="regionHandle"></param>
  /// <param name="item"></param>
  /// <param name="layer"></param>
  public void RequestMapItems(BigInteger regionHandle, GridItemType item, GridLayerType layer)
  {
    MapItemRequestPacket request = new MapItemRequestPacket();
    request.AgentData.AgentID = Client.self.getAgentID();
    request.AgentData.SessionID = Client.self.getSessionID();
    request.AgentData.Flags = layer.getIndex();
    request.AgentData.Godlike = false; // Filled in on the sim
    request.AgentData.EstateID = 0; // Filled in on the sim
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.MapItemRequestPacket$RequestDataBlock

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.