Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UnrealScript overview
From Unreal Wiki, The Unreal Engine Documentation Site
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.