My program doesn't have bugs. It just develops random features.

UnrealScript reference

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

This group of articles describes UnrealScript language features at the source code level. It is no official document, but aims to cover all features of the UnrealScript language as it is implemented in the Unreal Tournament series. Note that there may be additional features in the implementation of UnrealScript in licensee games.

Key[edit]

Declarations[edit]

Preprocessor 3
Classes
Extends clause
Within clause 2,3
Interfaces 2x,3
Extends clause
Constants
Enumerations
Structures
Extends clause
Color
Vector
Coords
Plane
Rotator
Quaternion
Variables
Modifiers
Metadata 2s,3
Replication block
Operators
New
Delegates 2,3
Functions
States
Extends clause
Defaultproperties
Subobjects 2,3

Types[edit]

Primitive types
Reference types
Interfaces
Classes
Delegates
Composite types
Structures
Static arrays
Dynamic arrays 2,3
Typecasting
Metacasts

Literals[edit]

Numbers
Booleans
Strings
Names
Enumerations
Objects
Structures
Functions

Flow[edit]

See Flow

Specifiers[edit]

See Specifiers