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

From Serious Documentation
Jump to: navigation, search
(Created page with "*'''Node Home''' *'''All Data Types''' <onlyinclude>{{DataTypeTableStart|}} |{{DataType|List}}||Comma separated series of the same type. |} L...")
 
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 part of the {{DataType|PropertyReference}} {{DataType|List}} in a {{Node|listener}}'s {{Prop|listener|listeningto}} property. This allows a single {{Node|listener}} to listen for changes in multiple 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>

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.