Click or drag to resize

FieldContainerTSetup Method

Initializes and setups the container before any items are parsed.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public abstract void Setup(
	IFieldContext context
)

Parameters

context
Type: Compiled.EDD.ScriptingIFieldContext
The methods available to the script.

Implements

IFieldContainerBaseSetup(IFieldContext)
Remarks
Setup is required to allow multiple initializations of the script.
See Also