Changes

Jump to navigation Jump to search
→‎Console commands: + commands in SMAPI core
Line 242: Line 242:  
!  
 
!  
 
|-
 
|-
 +
{{/cmd
 +
  |command = harmony_summary
 +
  |params  = {{o|S:search}}
 +
  |desc    = Lists the [[Modding:Modder Guide/APIs/Harmony|Harmony patches]] added by SMAPI and other mods. If {{o|S:search}} is given, only patched method names matching any of the search terms will be listed.
 +
  |example = <code>harmony_summary MeleeWeapon</code> will list patches which affect the <tt>MeleeWeapon</tt> class in the game code.
 +
}}
 +
{{/cmd
 +
  |command = help
 +
  |params  = {{o|S:command name}}
 +
  |desc    = Provides documentation for console commands. If called without an argument, shows general help text and a list of available commands. If called with a command name, shows the documentation for that command.
 +
  |example =
 +
}}
 +
{{/cmd
 +
  |command = reload_i18n
 +
  |params  =
 +
  |desc    = Reload [[Modding:Translations|translation files]] for all mods. This is mainly useful when translating mods. (Note that if a mod caches the text, it may show the old version until it updates.)
 +
  |example =
 +
}}
 
{{/cmd
 
{{/cmd
 
   |command = show_data_files
 
   |command = show_data_files
translators
8,447

edits

Navigation menu