TaskRestorationTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|CCorrectiveTask Class|cCorrectiveTask }}  
{{Template:API}}{{Template:APIBreadcrumbClass}}
Specifies the damage the restoration applies to (i.e., all damage or only damage since last repair).


==Members==


*All      {{APIComment|All damage.}}
<onlyinclude>Specifies the restoration type. </onlyinclude>
*SinceLast {{APIComment|Only the damage since last repair.}}
 
== Members ==
{| {{APITableEnum}}
|-
|SinceLast||0||Restores only damage accumulated since last repair.
|-
| style="width: 100px;"|All||style="width: 70px;"|1||Restores all accumulated damage.
|}

Revision as of 22:22, 10 August 2015

APIWiki.png


Member of: SynthesisAPI


Specifies the restoration type.

Members

Name Value Description
SinceLast 0 Restores only damage accumulated since last repair.
All 1 Restores all accumulated damage.