Click or drag to resize
IActionAct Method
Makes the action.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
bool Act(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: Boolean
true if the action has done something, else false.
See Also