Skip to main content
Branch: Release Candidate

getLocalMeta

Callable

  • getLocalMeta<K>(key: Exclude<K, never>): unknown
  • getLocalMeta<K>(key: K): shared.ICustomPlayerLocalMeta[K] | undefined
  • getLocalMeta<V>(key: string): V | undefined

  • Gets a value using the specified key.


    Type parameters

    • K: string