Legacy:UnrealScript Keywords: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Eliot (talk | contribs)
No edit summary
(No difference)

Revision as of 02:57, 1 March 2007

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 Script Keywords

Variables

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

Functions

  • [Client]
  • [Server]
  • [Virtual]

Example:

reliable server function servermutate(string mutatestring)

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.