Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:UnrealScript Keywords

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

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[edit]


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.