Difference between revisions of "Help"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
m (Added link to Console menu page.)
(Added link to object class list for type codes used with the help command.)
 
Line 18: Line 18:
| integer || filter || Default:0, Range:0-4 || Will filter results to the given category. The default filter is 0 when none is provided.
| integer || filter || Default:0, Range:0-4 || Will filter results to the given category. The default filter is 0 when none is provided.
|-
|-
| string || form type || 4 character type code || The form type is 4 characters and is ignored unless the filter is 4.
| string || form type || 4 character type code || The form type is 4 characters and is ignored unless the filter is 4. See [[Object Class List]] for type codes.
|}
|}


Line 36: Line 36:
| 3 || Globals: This will return matches from the [[Global]] category.
| 3 || Globals: This will return matches from the [[Global]] category.
|-
|-
| 4 || Other Forms: Specifies a ''form type'' to use as the [[Object]] category filter.
| 4 || Other Forms: Specifies a ''form type'' to use as the category filter. See [[Object Class List]] for type codes.
|}
|}


Line 52: Line 52:
* [[:Category:Console Commands| Console Commands]]
* [[:Category:Console Commands| Console Commands]]
* [[Console]]
* [[Console]]
* [[Object Class List]]

Latest revision as of 03:50, 23 February 2023

Help lists all available console commands and forms that contain a specified word. Use Page Up and Page Down to scroll through the list.

Syntax[edit | edit source]

Help <matchstring> <filter> <form type>

Type Name Value Description
string matchstring The word to search for may be in the command name or description.
integer filter Default:0, Range:0-4 Will filter results to the given category. The default filter is 0 when none is provided.
string form type 4 character type code The form type is 4 characters and is ignored unless the filter is 4. See Object Class List for type codes.

Parameters[edit | edit source]

<filter>
Value Description
0 (Default) All: This will return matches from all categories.
1 Functions: This will return matches from the function category.
2 Settings: This will return matches from the settings category.
3 Globals: This will return matches from the Global category.
4 Other Forms: Specifies a form type to use as the category filter. See Object Class List for type codes.

Examples[edit | edit source]

Help

All commands, functions, and forms will be listed.

Help quest

All commands, functions, and forms with the word "quest" will be listed.

Help quest 1

All functions with the word "quest" will be listed.

See Also[edit | edit source]