UnrealScript reference: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Eliot (talk | contribs)
mNo edit summary
Eliot (talk | contribs)
m Added navbox, quicker to get there now.
 
Line 22: Line 22:
::[[Color]]
::[[Color]]
::[[Vector]]
::[[Vector]]
::[[Coords]]
::[[Plane]]
::[[Rotator]]
::[[Rotator]]
::[[Quaternion]]
::[[Quaternion]]
Line 59: Line 61:
:[[Literals#Functions|Functions]]
:[[Literals#Functions|Functions]]


===Flow Control===
===Flow===
See [[Flow control]]
See [[Flow control|Flow]]


==Related Topics==
===Specifiers===
* [[Declarations]]
See [[Specifiers]]
* [[Types]]
* [[Literals]]
* [[Flow control]]
* [[Specifiers]]


[[Category:UnrealScript reference]]
{{Navbox unrealscript}}[[Category:UnrealScript reference]]

Latest revision as of 14:47, 25 May 2010

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

Declarations

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

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

Literals

Numbers
Booleans
Strings
Names
Enumerations
Objects
Structures
Functions

Flow

See Flow

Specifiers

See Specifiers