Difference between revisions of "SHIP:Property:timer:autoreload"

From Serious Documentation
Jump to: navigation, search
(Created page with "=== Node: {{Node|timer}} === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="col" | Property ! scope="col" | Data Type ! scope="col" | Description |- |<onlyi...")
 
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
 
! scope="col" | Description
 
! scope="col" | Description
 
|-
 
|-
|<onlyinclude>{{Prop|timer|autoreload}}||{{DataType|Integer}}|| If non-zero the {{Node|timer}} is will auto reload the {{Prop|timer|value}} with this value.</onlyinclude>
+
|<onlyinclude>{{Prop|timer|autoreload}}||{{DataType|Boolean}}|| Determines whether or not {{Prop|timer|period}} will be loaded into {{Prop|timer|value}} automatically after it expires.</onlyinclude>
 
|}
 
|}
 +
Set {{Prop|timer|autoreload}} to {{Reserved|false}} if you do not wish to automatically reload {{Prop|timer|value}} after it expires.
 +
 +
The {{Prop|timer|autoreload}} property cannot be modified when a {{Node|timer}} node's {{Prop|timer|enabled}} property is {{Reserved|true}}. 
 +
 
See the {{Node|timer}} node reference for a detailed description of this property.
 
See the {{Node|timer}} node reference for a detailed description of this property.

Latest revision as of 15:16, 21 November 2016

Node: timer

Property Data Type Description
autoreload Boolean Determines whether or not period will be loaded into value automatically after it expires.

Set autoreload to false if you do not wish to automatically reload value after it expires.

The autoreload property cannot be modified when a timer node's enabled property is true.

See the timer node reference for a detailed description of this property.