Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

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)
Jump to: navigation, search
UT3 Object >> Commandlet >> HelpCommandlet
Package: 
Core
This class in other games:
UDK

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