The OpenD Programming Language

SharedLibLoader.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]
    class SharedLibLoader
    @property @nogc nothrow final
    missingSymbolCallback
    ()

Meta