Package com.ngt.jopenmetaverse.shared.protocol

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


          /// Set Autoreturn time
          /// </summary>
          /// <param name="simulator">Simulator to send the update to</param>
          public void UpdateOtherCleanTime(Simulator simulator)
          {
              ParcelSetOtherCleanTimePacket request = new ParcelSetOtherCleanTimePacket();
              request.AgentData.AgentID = simulator.Client.self.getAgentID();
              request.AgentData.SessionID = simulator.Client.self.getSessionID();
              request.ParcelData.LocalID = this.LocalID;
              request.ParcelData.OtherCleanTime = this.OtherCleanTime;
 
View Full Code Here

TOP

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

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.