I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "UnrealScript overview"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (Compiling Script)
Line 13: Line 13:
  
 
==File Formats==
 
==File Formats==
[[UC File|UnrealScript UC file format]]
+
* [[UC File|UnrealScript UC file format]] – A text file to declare a class and all other kinds.
<br>
+
* [[UCI File|UnrealScript UCI file format]] &ndash; A text file with defined [[Preprocessor]] commands to be later included by a .UC file.
[[UCI File|UnrealScript UCI file format]]
+
* [[UPKG File|UnrealScript UPKG file format]] &ndash; A text file to set [[packageflags]] that your package should be using.
<br>
+
[[UPKG File|UnrealScript UPKG file format]]
+
  
 
==Compiling Script==
 
==Compiling Script==
 
* [[Compiling]]
 
* [[Compiling]]
** [[Compiler errors|Compiler errors]] <small>''A list of known errors that can be catch when compiling''</small>
+
** [[Compiler errors|Compiler errors]] &ndash; A list of known errors that can be catch when compiling.
** [[Compiler issues]] <small>''A list of known issues that can cause unexpected compiler errors''</small>
+
** [[Compiler issues]] &ndash; A list of known issues that can cause unexpected compiler errors.
  
 
==UnrealScript concepts==
 
==UnrealScript concepts==
 
* [[Replication overview]]
 
* [[Replication overview]]
  
[[Category:Programming articles| ]]
+
==Other==
 +
* [[UnrealScript Utils|UnrealScript utils]]
 +
* [[UnrealScript tools]]
 +
 
 +
[[Category:Programming articles]]

Revision as of 12:35, 19 May 2010

This page provides an overview about the Unreal Wiki's articles on UnrealScript, the Unreal Engine's built-in scripting language.


Learning UnrealScript

Language Reference

File Formats

Compiling Script

UnrealScript concepts

Other