C# Class GameCreator.Framework.ActionDefinition

Mostrar archivo Open project: joshwyant/game-creator

Public Methods

Method Description
ActionDefinition ( ActionKind kind, ActionExecutionType exec, bool question, string funcname, string code, ActionArgumentType args ) : App.Contracts

Method Details

ActionDefinition() public method

public ActionDefinition ( ActionKind kind, ActionExecutionType exec, bool question, string funcname, string code, ActionArgumentType args ) : App.Contracts
kind ActionKind
exec ActionExecutionType
question bool
funcname string
code string
args ActionArgumentType
return App.Contracts