There is no spoon

Difference between revisions of "Exec"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Created page with '{{disambig}} The keyword '''exec''' is used as: * a compiler directive to execute UnrealEd console commands while compiling UnrealScript code * a mod…')
 
(No difference)

Latest revision as of 02:22, 20 June 2010

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