There is no spoon

Difference between revisions of "UnrealScript overview"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(probably not the best place to put it)
(Language Reference: hmmz who knows)
 
(6 intermediate revisions by 2 users not shown)
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]]
 +
** [[Types]]
 +
** [[Literals]]
 +
** [[Flow control|Flow]]
 +
** [[Specifiers]]
 +
* [[UnrealScript syntax]] – The UnrealScript syntax.
 
* [[:Category:Classes|Class reference]] – The UnrealScript API reference.
 
* [[:Category:Classes|Class reference]] – The UnrealScript API reference.
  
 
==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 Error]]
+
** [[Compiler errors|Compiler errors]] &ndash; A list of known errors that can be catch when compiling.
 +
** [[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]]

Latest revision as of 11: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.


Learning UnrealScript[edit]

Language Reference[edit]

File Formats[edit]

Compiling Script[edit]

UnrealScript concepts[edit]

Other[edit]