Type:SyncArray`1: Difference between revisions

From Resonite Wiki
imported>MR-Alex
Created page with "* SyncArrays are a type of collection. * They can contain any number of data objects with the same data type. * Each SyncArray element can be directly accessed via an integer..."
 
m Yosh moved page SyncArray to Type:SyncArray`1
 
(No difference)

Latest revision as of 23:04, 25 April 2025

  • SyncArrays are a type of collection.
  • They can contain any number of data objects with the same data type.
  • Each SyncArray element can be directly accessed via an integer index number.
  • The existence of a SyncArray element is bound to the existence of the SyncArray.