Linker.isLoaded

Checks if a library is loaded.

  1. bool isLoaded(string library)
  2. bool isLoaded(string[] libraries)
  3. bool isLoaded(LIBRARY library)
    struct Linker
    deprecated static
    bool
    isLoaded

Return Value

Type: bool

true is the library was loaded sucsessfully.

Meta