UnrealScript reference: Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
mNo edit summary |
m added extends to interface |
||
Line 20: | Line 20: | ||
::[[Within clause]] <sup>2,3</sup> | ::[[Within clause]] <sup>2,3</sup> | ||
:[[Interfaces]] <sup>2s,3</sup> | :[[Interfaces]] <sup>2s,3</sup> | ||
::[[Extends clause]] | |||
:[[Constants]] | :[[Constants]] | ||
:[[Enum|Enumerations]] | :[[Enum|Enumerations]] | ||
Line 48: | Line 49: | ||
::[[Delegates]] | ::[[Delegates]] | ||
:[[Types#Composite_types|Composite types]] | :[[Types#Composite_types|Composite types]] | ||
::[[Structs]] | ::[[Structs|Structures]] | ||
::[[Static arrays]] | ::[[Static arrays]] | ||
::[[Dynamic arrays]] <sup>2,3</sup> | ::[[Dynamic arrays]] <sup>2,3</sup> |
Revision as of 20:33, 21 April 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.
This article related to UnrealScript or the UnrealScript API is a stub. You can help Unreal Wiki by expanding it. |
UnrealScript source file format
- 1 – The above is available in Unreal Engine 1.
- 2 – The above is available in Unreal Engine 2.
- 2s – The above is available in some builds of Unreal Engine 2.
- 3 – The above is available in Unreal Engine 3.
- 3+ – The above is available in later Unreal Engine 3 versions, such as the UDK.
- (no number) – The above is available in all Unreal Engine generations.
Declarations
- Preprocessor 3
- Classes
- Interfaces 2s,3
- Constants
- Enumerations
- Structures
- Variables
- Replication block
- Operators
- Functions
- Delegates 2,3
- States
- Defaultproperties
- Subobjects 2,3
Types
Literals
Flow Control
- Break statement :Usage
- Continue statement
- Do loop :Usage
- For loop :Usage
- ForEach loop - Has examples of usage on its own page.
- GoTo statement :Usage
- If statement :Usage
- Return statement
- Stop statement
- Switch statement :Usage - case statements
- While loop :Usage
- Function call specifiers
- Latent function