SimpleAction


Description:

public SimpleAction (string name, VariantType? parameter_type)

Creates a new action.

The created action is stateless. See SimpleAction.stateful .

Parameters:

name

the name of the action

parameter_type

the type of parameter to the activate function

Returns:

a new SimpleAction