Skip to main content

LogContain

Callable

  • LogContain<T>(LogName: LogNameType[T], LogGroup: T, ID: string): boolean

  • Checks if there's a log entry with extra ID characters in the log of the player (Exemple: BlockScreenABC return true for ID: A, B or C)


    Type parameters

    Parameters

    • LogName: LogNameType[T]

      The log name to scan

    • LogGroup: T

      The log group to scan

    • ID: string

      The ID to validate (letter, number or other chars are fine)

    Returns boolean

    • Returns true, if the log contains that ID