reload
Jump to navigation
Jump to search
- 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