Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCommand ¶
func HandleCommand(args []string)
HandleCommand processes the provided command arguments related to Space Engineers mods.
Supported commands:
- "folder": Prints the directory path where local blueprints are stored.
- If the command is unrecognized, it prints an error message.
Parameters:
- args: A slice of strings representing the command and its arguments.
Usage:
semod.HandleCommand([]string{"folder"})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.