Server module (alt-server)FunctionsgetSyncedMetaBranch: Release CandidategetSyncedMeta CallablegetSyncedMeta<K>(key: Exclude<K, never>): unknowngetSyncedMeta<K>(key: K): ICustomGlobalSyncedMeta[K] | undefinedgetSyncedMeta<V>(key: string): V | undefinedGets a value using the specified key.Type parametersK: string
Gets a value using the specified key.