The OpenD Programming Language

SharedLib.missingSymbolCallback

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

  1. MissingSymbolCallbackDg missingSymbolCallback [@property setter]
    struct SharedLib
    @property @nogc nothrow
    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