C# Class GameCreator.Framework.ActionDefinition

Afficher le fichier Open project: joshwyant/game-creator

Méthodes publiques

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

Method Details

ActionDefinition() public méthode

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
Résultat App.Contracts