Mostly Harmless
UE2:HelloWorldCommandlet (U2XMP)
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[edit]
intparm[edit]
Type: int
strparm[edit]
Type: string
Default values[edit]
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[edit]
Main[edit]
Overrides: Commandlet.Main