TaskRestorationTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff_Resources Class|GlobalStuff_Resources}} === Declaration=== {{APIPrefix| Public Enum}} {{APIName|TaskRestorationTypeEnum}} {{APIPrefix|As Intege…')
 
mNo edit summary
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|GlobalStuff_Resources Class|GlobalStuff_Resources}}  
{{Template:API}}{{Template:APIBreadcrumb}}


=== Declaration===


{{APIPrefix| Public Enum}}
<onlyinclude>Specifies the restoration type of a task. </onlyinclude>
{{APIName|TaskRestorationTypeEnum}}
{{APIPrefix|As Integer}}
:{{APIName|SinceLast}}={{APIName|0}}
:{{APIName|All}}={{APIName|1}}


{{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}}
== Members ==
{| {{APITableEnum}}
|-
|style="width: 100px;"|SinceLast||style="width:70px"|0||Restores only damage accumulated since last repair.
|-
|All||1||Restores all accumulated damage.
|}
 
 
 
 
 
 
==See Also==
*[[CScheduledTask Class|cScheduledTask Class]]
*[[CCorrectiveTask Class|cCorrectiveTask Class]]

Latest revision as of 22:00, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the restoration type of a task.

Members

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




See Also