reload: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 config != control  | 
				No edit summary  | 
				||
| Line 2: | Line 2: | ||
:<names>  | :<names>  | ||
::- a list of words that match [[control]] and [[tables]] filenames.    | ::- a list of words that match [[control]] and [[:Category:Tables|tables]] filenames.    | ||
:Reload control and tables files.  | :Reload control and [[:Category:Tables|tables]] files.  | ||
{| class="wikitable" border="1" cellspacing="0"  | {| class="wikitable" border="1" cellspacing="0"  | ||
| Line 12: | Line 12: | ||
|-  | |-  | ||
|align=center|reload all 	  | |align=center|reload all 	  | ||
|Reload all control and tables files.  | |Reload all control and [[:Category:Tables|tables]] files.  | ||
|-  | |-  | ||
|align=center|reload <names> 	  | |align=center|reload <names> 	  | ||
|Reload control and tables files that match the specified list of names.  | |Reload control and [[:Category:Tables|tables]] files that match the specified list of names.  | ||
|-  | |-  | ||
|align=center|reload <names> except <names> 	  | |align=center|reload <names> except <names> 	  | ||
|Reload control and tables files that match the first specified list of names except those that match the list of names after the except keyword.  | |Reload control and [[:Category:Tables|tables]] files that match the first specified list of names except those that match the list of names after the except keyword.  | ||
|-  | |-  | ||
|align=center|reload all except <names> 	  | |align=center|reload all except <names> 	  | ||
|Reload all control and tables files except those that match the specified list of names.    | |Reload all control and [[:Category:Tables|tables]] files except those that match the specified list of names.    | ||
|}  | |}  | ||
| Line 29: | Line 29: | ||
:The next example will reload all tables files inside the 'tables' folder except for tables\itemsdescriptions.txt, tables\portals.txt, tables\portalsLOS.txt, and tables\skillsdescriptions.txt.    | :The next example will reload all [[:Category:Tables|tables]] files inside the '[[:Category:Tables|tables]]' folder except for [[:Category:Tables|tables]]\itemsdescriptions.txt, [[:Category:Tables|tables]]\portals.txt, [[:Category:Tables|tables]]\portalsLOS.txt, and [[:Category:Tables|tables]]\skillsdescriptions.txt.    | ||
  reload tables except itemsdesc portals skillsdesc  |   reload [[:Category:Tables|tables]] except itemsdesc portals skillsdesc  | ||
[[Category:Console Command]]  | [[Category:Console Command]]  | ||
Revision as of 21:43, 8 February 2013
- reload (all | <names>) [except <names>]
 
- Reload control and tables files.
 
| Command | Description | 
|---|---|
| reload all | Reload all control and tables files. | 
| reload <names> | Reload control and tables files that match the specified list of names. | 
| reload <names> except <names> | Reload control and tables files that match the first specified list of names except those that match the list of names after the except keyword. | 
| reload all except <names> | Reload all control and tables files except those that match the specified list of names. | 
- The following example will reload all control files inside the 'control' folder.
 
reload control
- The next example will reload all tables files inside the 'tables' folder except for tables\itemsdescriptions.txt, tables\portals.txt, tables\portalsLOS.txt, and tables\skillsdescriptions.txt.
 
reload tables except itemsdesc portals skillsdesc