UE3:HelpCommandlet (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT3 Object >> Commandlet >> HelpCommandlet
Package:
Core
This class in other games:

This commandlet finds and displays help information on other commandlets

Default values

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

Main

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