> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ss14.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Miscellanious

## Misc

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>explain \<command run></h3>
  </div>

  <div style={{textAlign: "right"}}>
    `[none] -> [none]`
  </div>
</div>

Prints a breakdown of the flow of the input command run to the console.

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>stopwatch \<command run></h3>
  </div>

  <div style={{textAlign: "right"}}>
    `[none] -> [none]`
  </div>
</div>

Prints the execution time of the input command run to the console.

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>search \<query></h3>
  </div>

  <div style={{textAlign: "right"}}>
    `IEnumerable<T> -> IEnumerable<FormattedMessage>`
  </div>
</div>

Performs a simple string search over the input, highlighting matches.

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>help</h3>
  </div>

  <div style={{textAlign: "right"}}>
    `[none] -> [none]`
  </div>
</div>

Prints the help text to the console.

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>more</h3>
  </div>

  <div style={{textAlign: "right"}}>
    `[none] -> object?`
  </div>
</div>

Returns the contents of the `$more` variable. `$more` is automatically assigned by the shell when it has to cut off a message for being too long.

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>buildinfo</h3>
  </div>

  <div style={{textAlign: "right"}}>
    `[none] -> [none]`
  </div>
</div>

Prints info about the game's build (game name, engine version, build commit, manifest hash) to the console.

<div style={{display: "flex", justifyContent: "space-between", alignItems: "center"}}>
  <div>
    <h3>cmd:moo</h3>
  </div>

  <div style={{textAlign: "right"}}>
    `[none] -> string`
  </div>
</div>

The most important command.
