The OpenD Programming Language

SharedLibLoader.missingSymbolCallback

Sets the callback that will be called when an expected symbol is missing from the shared library.

  1. MissingSymbolCallbackDg missingSymbolCallback [@property setter]
    class SharedLibLoader
    @property @nogc nothrow final
    void
    missingSymbolCallback
  2. MissingSymbolCallbackFunc missingSymbolCallback [@property setter]
  3. MissingSymbolCallback missingSymbolCallback [@property getter]

Parameters

callback MissingSymbolCallbackDg

A delegate that returns a value of type derelict.util.exception.ShouldThrow and accepts a string as the sole parameter.

Meta