Server module (alt-server)FunctionssetSyncedMetaBranch: DevelopmentsetSyncedMeta CallablesetSyncedMeta<K>(key: K, value: InterfaceValueByKey<ICustomGlobalSyncedMeta, K, unknown, void>): voidsetSyncedMeta<K>(key: K, value: ICustomGlobalSyncedMeta[K]): voidsetSyncedMeta<V, K>(key: K, value: InterfaceValueByKey<ICustomGlobalSyncedMeta, K, V, void>): voidStores the given value with the specified key.Remarks The given value will be shared with all client resources.Type parametersK: string
Stores the given value with the specified key.
Remarks
The given value will be shared with all client resources.