Show / Hide Table of Contents

Interface IMacroContextProvider

Macro context provider interface to be implemented by any object that needs to provide context for macro expansions. Returns a macro data source containing applicable handler methods.

Namespace: DaggerfallWorkshop.Utility
Assembly: Assembly-CSharp.dll
Syntax
public interface IMacroContextProvider

Methods

| Improve this Doc View Source

GetMacroDataSource()

Declaration
MacroDataSource GetMacroDataSource()
Returns
Type Description
MacroDataSource
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX