The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:HelpCommandlet (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Commandlet >> HelpCommandlet |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This commandlet finds and displays help information on other commandlets
Default values[edit]
Property | Value |
---|---|
HelpDescription | "This commandlet displays help information on other commandlets" |
HelpParamDescriptions[0] | "Lists all commandlets that are available" |
HelpParamDescriptions[1] | "Displays help information for the specified commandlet" |
HelpParamDescriptions[2] | "Launches a browser with the URL of the web page that documents the commandlet" |
HelpParamNames[0] | "list" |
HelpParamNames[1] | "commandlet name" |
HelpParamNames[2] | "webhelp" |
HelpUsage | commandletname | webhelp commandletname>" |
HelpWebLink | "https://udn.epicgames.com/bin/view/Three/HelpCommandlet" |
Native functions[edit]
Main[edit]
Overrides: Commandlet.Main
Looks at the parameters and displays help based upon those parameters
Parameters:
- Params - the string containing the parameters for the commandlet