Difference between revisions of "RESISTANCE CHECK *"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) |
BryanDerksen (Talk | contribs) (looks okay, removing tag) |
||
| Line 1: | Line 1: | ||
| − | |||
{{Constant table start | {{Constant table start | ||
|sourcefile=script.ldf | |sourcefile=script.ldf | ||
| Line 7: | Line 6: | ||
|name=RESISTANCE_CHECK_FAILURE | |name=RESISTANCE_CHECK_FAILURE | ||
|type=int | |type=int | ||
| − | |value=FALSE | + | |value=[[FALSE]] |
|description= | |description= | ||
|sourcefile=script.ldf | |sourcefile=script.ldf | ||
| Line 23: | Line 22: | ||
|name=RESISTANCE_CHECK_SUCCESS | |name=RESISTANCE_CHECK_SUCCESS | ||
|type=int | |type=int | ||
| − | |value=TRUE | + | |value=[[TRUE]] |
|description= | |description= | ||
|sourcefile=script.ldf | |sourcefile=script.ldf | ||
Revision as of 23:22, 19 February 2010
| Constant name | Type | Value | Description | Source |
|---|---|---|---|---|
| RESISTANCE_CHECK_FAILURE | int | FALSE | script.ldf | |
| RESISTANCE_CHECK_INVALID | int | -1 | script.ldf | |
| RESISTANCE_CHECK_SUCCESS | int | TRUE | script.ldf |