| Home Page | Recent Changes

UnrealScript Keywords

This page lists all UnrealScript Keywords and fundamental UnrealScript data types known to our markup parser.

Almost all of these keywords are described on other UnrealWiki pages.



Unreal Engine 3+ UnrealScript Keywords

Variables

  • [Databinding]
  • [DuplicateTransient]
  • [EditFixedSize]
  • [EditorOnly]
  • [Interp]
  • [NoClear]
  • [NoImport]
  • [Private{Private}]
  • [Protected{Protected}]
  • [Public{Private}]
  • [Repnotify]

Functions

  • [Client]
  • [Server]

Example:

reliable server function servermutate(string mutatestring)
  • [Virtual]
  • [Const]

Example:

native final function bool haslinkedops( optional bool bconsiderinputlinks ) const;

Class Modifiers

  • [AutoExpandCategories()]
  • [implements()]
  • [Inherits()]
  • [NonTransient]

Other

  • [StructDefaultProperties]

Related Topics


El Muerte: is this page magic or something? Anyway a lot of these keywords have absolutely no meaning, e.g. the are not implemented or not even parsed by the compiler. For example Invariant or always are defined, but the compiler doesn't accept them. Maybe we should split up this page in actual keywords and meaningless keyword.

Tarquin: No magic here.

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

FAQs

Help Desk

Mapping Topics

Mapping Lessons

UnrealEd Interface

UnrealScript Topics

UnrealScript Lessons

Making Mods

Class Tree

Modeling Topics

Chongqing Page

Log In