Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This allows you to set the rolling barrel options for the client. Available options for the type are:

  • not_automatic: The Rolling Barrel will only run if you launch it using the F12 menu
  • startup_only: The Rolling Barrel will only run when starting up the client
  • shutdown_only: The Rolling Barrel will only at showdown of the client
  • interval: The Rolling Barrel will run at the specified interval

Example:

No Format
	<rollingBarrelOptions>
		<type>interval</type>
		<interval unit="hour" multiplier="1"/>
	</rollingBarrelOptions>

Schema:

...