UnrealScript, Kartoniert / Broschiert
UnrealScript
- Scripting Language, ASTAP, Actor-Lab
(soweit verfügbar beim Lieferanten)
- Herausgeber:
- Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
- Verlag:
- OmniScriptum, 03/2026
- Einband:
- Kartoniert / Broschiert
- Sprache:
- Englisch
- ISBN-13:
- 9786133210684
- Artikelnummer:
- 8932185
- Umfang:
- 104 Seiten
- Gewicht:
- 163 g
- Maße:
- 229 x 152 mm
- Stärke:
- 6 mm
- Erscheinungstermin:
- 26.3.2026
- Hinweis
-
Achtung: Artikel ist nicht in deutscher Sprache!
Klappentext
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. UnrealScript (often abbreviated to UScript) is the scripting language of the Unreal Engine and is used for authoring game code and gameplay events. Similar in basic design principles to Java, UnrealScript has object-oriented features and is recognizable as a member of the curly brace family. As in Java, UnrealScript does not support multiple inheritance, classes all inherit from a common Object class and are defined in individual files named after each class. Unlike Java, UnrealScript is case-insensitive, and does not have object wrappers for primitive types. Interfaces are only supported in Unreal Engine generation 3 and a few Unreal Engine 2 games. UnrealScript supports operator overloading, but not method overloading, except for optional parameters.