Always snap to grid
Difference between revisions of "UnrealScript overview"
From Unreal Wiki, The Unreal Engine Documentation Site
(→Language Reference) |
(→Language Reference: hmmz who knows) |
||
Line 8: | Line 8: | ||
==Language Reference== | ==Language Reference== | ||
− | * [[UnrealScript]] – | + | * [[UnrealScript]] – Examining an UnrealScript file. |
* [[UnrealScript reference]] – Describes the UnrealScript language itself. | * [[UnrealScript reference]] – Describes the UnrealScript language itself. | ||
** [[Declarations]] | ** [[Declarations]] |
Latest revision as of 10:22, 27 May 2010
This page provides an overview about the Unreal Wiki's articles on UnrealScript, the Unreal Engine's built-in scripting language.
This article related to UnrealScript or the UnrealScript API is a stub. You can help Unreal Wiki by expanding it. |
Contents
Learning UnrealScript[edit]
Language Reference[edit]
- UnrealScript – Examining an UnrealScript file.
- UnrealScript reference – Describes the UnrealScript language itself.
- UnrealScript syntax – The UnrealScript syntax.
- Class reference – The UnrealScript API reference.
File Formats[edit]
- UnrealScript UC file format – A text file to declare a class and all other kinds.
- UnrealScript UCI file format – A text file with defined Preprocessor commands to be later included by a .UC file.
- UnrealScript UPKG file format – A text file to set packageflags that your package should be using.
Compiling Script[edit]
- Compiling
- Compiler errors – A list of known errors that can be catch when compiling.
- Compiler issues – A list of known issues that can cause unexpected compiler errors.