Difference between revisions of "COMMAND *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
Line 1: Line 1:
{{Generated}}
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
Line 111: Line 110:
  
 
[[Category:Constants]]
 
[[Category:Constants]]
 +
[[Category:Commands]]

Revision as of 19:01, 19 February 2010

Source: script.ldf
Constant name Type Value Description Source
COMMAND_FAILED int -1 script.ldf
COMMAND_FAILED_COMMAND_CLEARED int -2 script.ldf
COMMAND_FAILED_DISABLED int -8 script.ldf
COMMAND_FAILED_INVALID_DATA int -3 script.ldf
COMMAND_FAILED_INVALID_PATH int -4 script.ldf
COMMAND_FAILED_NO_LINE_OF_SIGHT int -6 script.ldf
COMMAND_FAILED_NO_SPACE_IN_MELEE_RING int -5 script.ldf
COMMAND_FAILED_PATH_ACTION_REQUIRED int -9 script.ldf
COMMAND_FAILED_TARGET_DESTROYED int -7 script.ldf
COMMAND_FAILED_TIMEOUT int -10 script.ldf
COMMAND_LOOPING int 2 script.ldf
COMMAND_SUCCESSFUL int 1 script.ldf