Exec

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:22, 20 June 2010 by Wormbo (talk | contribs) (Created page with '{{disambig}} The keyword '''exec''' is used as: * a compiler directive to execute UnrealEd console commands while compiling UnrealScript code * a mod…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The keyword exec is used as:

  • a compiler directive to execute UnrealEd console commands while compiling UnrealScript code
  • a modifier for declaring functions as callable via in-game console commands
  • a native console command to read a text file and execute the console commands it contains