The OpenD Programming Language

SharedLib.missingSymbolCallback

Returns the currently active missing symbol callback.

This exists primarily as a means to save the current callback before setting a new one. It's useful, for example, if the new callback needs to delegate to the old one.

  1. MissingSymbolCallbackDg missingSymbolCallback [@property setter]
  2. MissingSymbolCallbackFunc missingSymbolCallback [@property setter]
  3. MissingSymbolCallback missingSymbolCallback [@property getter]
    struct SharedLib
    @property @nogc nothrow
    missingSymbolCallback
    ()

Meta