I'm a doctor, not a mechanic
UE2:HelloWorldCommandlet (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Commandlet >> HelloWorldCommandlet |
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. |
/ UnrealScript "hello world" sample Commandlet. / / Usage: / ucc.exe HelloWorld
Properties
intparm
Type: int
strparm
Type: string
Default values
Property | Value |
---|---|
HelpCmd | "HelloWorld" |
HelpDesc[0] | "An integer parameter" |
HelpDesc[1] | "A string parameter" |
HelpOneLiner | "Sample 'hello world' commandlet" |
HelpParm[0] | "IntParm" |
HelpParm[1] | "StrParm" |
HelpUsage | "HelloWorld (no parameters)" |
Events
Main
Overrides: Commandlet.Main