Difference between revisions of "COMBAT RESULT *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated constant article)
Line 70: Line 70:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:COMBAT_RESULT* constants]]
+
[[Category:Constants]]

Revision as of 16:03, 20 August 2009

This page was generated by Sunjammer's Dragon Age Script Parser.

The parser extracted and matched all the information required to the best of its ability however the parser relies on the source file, and especially a function's comments, to be correctly formatted. If the source file was not correctly formatted the information presented may be incomplete.

This page should be reviewed by a knowledgeable scripter as it may require updating. If an issue with the source file is identified it should be reported to BioWare.

Please remove the {{Generated}} tag once the page has been confirmed or corrected.

Source: script.ldf
Constant name Type Value Description Source
COMBAT_RESULT_BACKSTAB int 9 script.ldf
COMBAT_RESULT_BLOCKED int 5 script.ldf
COMBAT_RESULT_CRITICALHIT int 2 script.ldf
COMBAT_RESULT_DEATHBLOW int 4 script.ldf
COMBAT_RESULT_HIT int 1 script.ldf
COMBAT_RESULT_INVALID int 0 script.ldf
COMBAT_RESULT_MISS int 3 script.ldf