Difference between revisions of "SHIP:Data Types:List"

From Serious Documentation
Jump to: navigation, search
 
Line 4: Line 4:
 
|{{DataType|List}}||Comma separated series of the same type.
 
|{{DataType|List}}||Comma separated series of the same type.
 
|}
 
|}
Lists are most commonly used in [[SHIPTide]] as a list of {{DataType|Reference|references}} to other [[SHIP:Node|node]]s' properties in a {{Node|listener}}'s {{Prop|listener|listeningto}} property. This allows a single {{Node|listener}} to listen for changes in multiple [[SHIP:Node|node]]s' properties and execute the same {{Node|script}}.</onlyinclude>
+
Lists are most commonly used in [[SHIPTide]] as a list of {{DataType|Reference|References}} to other [[SHIP:Node|node]]s' properties in a {{Node|listener}}'s {{Prop|listener|listeningto}} property. This allows a single {{Node|listener}} to listen for changes in multiple [[SHIP:Node|node]]s' properties and execute the same {{Node|script}}.</onlyinclude>

Latest revision as of 17:46, 4 February 2013

Data Type Description
List Comma separated series of the same type.

Lists are most commonly used in SHIPTide as a list of References to other nodes' properties in a listener's listeningto property. This allows a single listener to listen for changes in multiple nodes' properties and execute the same script.