Gah - a solution with more questions. – EntropicLqd

UE1:HelloWorldCommandlet (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Commandlet >> HelloWorldCommandlet

Contents

Package: 
Core
This class in other games:
U1, U2, U2XMP, UE2Runtime, UT

UnrealScript "hello world" sample Commandlet.

[edit] Usage

ucc.exe HelloWorld

[edit] Properties

[edit] intparm

Type: int

An example integer variable that can be set from the command line with the parameter intparm=value.

[edit] strparm

Type: string

An example string variable that can be set from the command line with the parameter strparm=value.

[edit] 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"

[edit] Events

[edit] Main

event int Main (string Parms)

Overrides: Commandlet.Main

Prints "Hello, world!", any command line parameters and the values of the two example variables.

[edit] See also

Personal tools