Package com.ngt.jopenmetaverse.shared.protocol

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


  /// <remarks>       
  /// Additional information on the results can be obtained by using the ParcelManager.InfoRequest method
  /// </remarks>
  public UUID StartDirPlacesSearch(String searchText, EnumSet<DirFindFlags> queryFlags, ParcelCategory category, int queryStart)
  {
    DirPlacesQueryPacket query = new DirPlacesQueryPacket();

    UUID queryID = UUID.Random();

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

TOP

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

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.