<Code Lib>
M

MacroModule.AddMacro

Description:
Adds a macro to the module.

public Macro AddMacro(
	string name,
	string description,
	string code
)

Return Value The new macro. The new macro.

Loading…