| documentables = Inspect.Documentation() |
| documentation = Inspect.Documentation(item) |
| documentation = Inspect.Documentation(item, parseable) |
| documentationTable = Inspect.Documentation(item, parseable) |
| Parameter | Type | Datatype | Description |
| item | parameter | variant | The item to get documentation on. May be either the item itself or a string identifier. |
| parseable | parameter | boolean | Whether to return in a computer-readable format, as opposed to the normal human-readable format. |
| documentables | result | table | List of all items that documentation can be retrieved for. In {["itemname"] = true} format. |
| documentation | result | string | Documentation for the requested item. |
| documentationTable | result | table | Computer-readable documentation for the requested item. Format may change without warning. |