Changes

Line 268: Line 268:  
{{/cmd
 
{{/cmd
 
   |command = patch reload
 
   |command = patch reload
   |params  = {{o|S:mod id}}
+
   |params  = {{o|S:mod ID}}
 
   |desc    = Reloads all content patcher content for the mod targeted. If used without a target mod ID, it will reload all mods installed. It will only reload the "changes section" of the mods and nothing else. Does not impact non-content patcher mods. (Note: Using this command will cause NPCS that have had their schedules updated to walk away, often out of bounds. Sleeping will fix this issue.)
 
   |desc    = Reloads all content patcher content for the mod targeted. If used without a target mod ID, it will reload all mods installed. It will only reload the "changes section" of the mods and nothing else. Does not impact non-content patcher mods. (Note: Using this command will cause NPCS that have had their schedules updated to walk away, often out of bounds. Sleeping will fix this issue.)
 
   |example = patch reload ExampleMod.ID
 
   |example = patch reload ExampleMod.ID
Line 274: Line 274:  
{{/cmd
 
{{/cmd
 
   |command = patch summary
 
   |command = patch summary
   |params  = {{o|S:mod id}}
+
   |params  = {{o|S:mod ID}}
 
   |desc    = Prints a summary of global token values, mod-specific tokens values, and the status of all content patcher patches used by the targeted mod. If no mod ID is provided, it will list all tokens and patches of all mods.  
 
   |desc    = Prints a summary of global token values, mod-specific tokens values, and the status of all content patcher patches used by the targeted mod. If no mod ID is provided, it will list all tokens and patches of all mods.  
 
   |example = patch summary ExampleMod.ID
 
   |example = patch summary ExampleMod.ID
19

edits