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

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...")
 
(Node: {{Node|timer}})
 
Line 7: Line 7:
 
|<onlyinclude>{{Prop|timer|oneshot}}||{{DataType|Boolean}}|| If set, the {{Node|timer}} will stop when the count {{Prop|timer|value}} is zero and self-set the {{Prop|timer|enabled}} property to {{Reserved|false}}</onlyinclude>
 
|<onlyinclude>{{Prop|timer|oneshot}}||{{DataType|Boolean}}|| If set, the {{Node|timer}} will stop when the count {{Prop|timer|value}} is zero and self-set the {{Prop|timer|enabled}} property to {{Reserved|false}}</onlyinclude>
 
|}
 
|}
 +
The {{Prop|timer|oneshot}} 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 14:52, 3 December 2012

Node: timer

Property Data Type Description
oneshot Boolean If set, the timer will stop when the count value is zero and self-set the enabled property to false

The oneshot 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.