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

Editing UnrealScript

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
:''See [[UnrealScript overview]] for all Unreal Wiki topics about learning and using UnrealScript.''
 
:''See [[UnrealScript overview]] for all Unreal Wiki topics about learning and using UnrealScript.''
  
[[wp:UnrealScript|UnrealScript]] is the [[Unreal Engine]]'s [[wp:scripting language|scripting language]]. It is a [[wp:Type system#Static typing|staticly]]/[[wp:strongly-typed|strongly-typed]], [[wp:object-oriented|object-oriented]] and [[wp:Event-driven programming|event-driven]] programming language very similar to [[wp:Java (programming language)|Java]] and [[wp:C++|C++]], with some influences from [[wp:Visual Basic|Visual Basic]]. If you want to learn UnrealScript, you should make yourself familiar with the fundamental concepts of object-oriented programming. It definitely helps already to know another programming language, preferably one that is strongly-typed and object-oriented as well.
+
'''UnrealScript''' is the [[Unreal Engine]]'s [[wp:scripting language|scripting language]]. It is a [[wp:Type system#Static typing|staticly]]/[[wp:strongly-typed|strongly-typed]], [[wp:object-oriented|object-oriented]] and [[wp:Event-driven programming|event-driven]] programming language very similar to [[wp:Java (programming language)|Java]] and [[wp:C++|C++]], with some influences from [[wp:Visual Basic|Visual Basic]]. If you want to learn UnrealScript, you should make yourself familiar with the fundamental concepts of object-oriented programming. It definitely helps already to know another programming language, preferably one that is strongly-typed and object-oriented as well.
  
 
==Anatomy of an UnrealScript source file==
 
==Anatomy of an UnrealScript source file==

All contributions to Unreal Wiki are considered to be released under the Attribution-Noncommercial-Share Alike 3.0 (see Unreal Wiki:Copyrights for details). Submitting material that doesn't fall under that license is only allowed for images and other media. When adding content, you are promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Copyright is still maintained by the original author.

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Templates used on this page: