Adding variable types

chros73
2016-06-26 12:42:31 +01:00
parent 106ef48233
commit 6cf78f384f
+20 -1
@@ -17,4 +17,23 @@ Command | Short Description
[execute](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Execute) | Call operating system commands, possibly catching their output for use within rTorrent.
[schedule](https://github.com/rakshasa/rtorrent/wiki/COMMAND-Scheduling) | Repeatedly execute commands, either in a given frequency, or at certain times.
[system.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-System) | Commands related to the operating system and the XMLRPC API.
[ui.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-UserInterface) | These commands control aspects of the curses UI.
[ui.*](https://github.com/rakshasa/rtorrent/wiki/COMMAND-UserInterface) | These commands control aspects of the curses UI.
## Variable types
This is a summary about the possible variable types in [command_dynamic.cc](https://github.com/rakshasa/rtorrent/blob/master/src/command_dynamic.cc) (applies to v0.9.6).
* private , const
* multi
* allowed subtypes: static , private , const , rlookup
* simple
* allowed subtypes: static , private , const
* value , bool , string , list
* allowed subtypes: static , private , const