I'm a doctor, not a mechanic

UE3:HelpCommandlet (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Commandlet >> HelpCommandlet
Package: 
Core
This class in other games:
UT3

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]

native event int Main (string Params)

Overrides: Commandlet.Main

Looks at the parameters and displays help based upon those parameters

Parameters:

  • Params - the string containing the parameters for the commandlet