Package com.ngt.jopenmetaverse.shared.protocol

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


  /// Mark gesture inactive
  /// </summary>
  /// <param name="invID">Inventory <seealso cref="UUID"/> of the gesture</param>
  public void DeactivateGesture(UUID invID)
  {
    DeactivateGesturesPacket p = new DeactivateGesturesPacket();

    p.AgentData.AgentID = getAgentID();
    p.AgentData.SessionID = getSessionID();
    p.AgentData.Flags = 0x00;
View Full Code Here

TOP

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

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.