I love the smell of UnrealEd crashing in the morning. – tarquin
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 this 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
[edit] Properties
[edit] intparm
Type: int
[edit] strparm
Type: string
[edit] 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)" |
[edit] Events
[edit] Main
Overrides: Commandlet.Main
