Options
All
  • Public
  • Public/Protected
  • All
Menu

@nativewrappers/redm-client

Index

Type aliases

Vector: Vector3 | Vec3

Functions

  • Wait(milliseconds: number): Promise<void>
  • _N<T>(hash: string, ...args: InputArgument[]): T
  • Just a short hand for Citizen.invokeNative

    Type parameters

    • T = void

    Parameters

    • hash: string
    • Rest ...args: InputArgument[]

    Returns T

  • enumValues<T>(enumObj: {}): IterableIterator<T>
  • enumValues<T>(enumObj: {}): IterableIterator<Exclude<T, string>>
  • getStringFromUInt8Array(buffer: Uint8Array, start: number, end: number): string
  • get string from uint8 array

    Parameters

    • buffer: Uint8Array

      Uint8Array

    • start: number

      The beginning of the specified portion of the array

    • end: number

      The end of the specified portion of the array

    Returns string

  • getUInt32FromUint8Array(buffer: Uint8Array, start: number, end: number): number
  • get uint32 from uint8 array

    Parameters

    • buffer: Uint8Array

      Uint8Array

    • start: number

      The beginning of the specified portion of the array

    • end: number

      The end of the specified portion of the array

    Returns number

Generated using TypeDoc