I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:HelloWorldCommandlet (UT)
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" |
HelpParm[0] | "IntParm" |
HelpParm[1] | "StrParm" |
HelpUsage | "HelloWorld" |
Events
Main
Overrides: Commandlet.Main