package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_generated_constants.TraceLogTypeSource

Sourcetype t =
  1. | All
  2. | Trace
  3. | Debug
  4. | Info
  5. | Warning
  6. | Error
  7. | Fatal
  8. | None
Sourceval to_int : t -> int
Sourceval of_int : int -> t