C# Class GameCreator.Framework.ActionLibrary

Mostrar archivo Open project: joshwyant/game-creator Class Usage Examples

Private Properties

Property Type Description
ActionLibrary System.Collections.Generic

Public Methods

Method Description
DefineAction ( int actionid, ActionKind kind, ActionExecutionType execution, bool question, string func, string code, ActionArgumentType args ) : void

Private Methods

Method Description
ActionLibrary ( LibraryContext context, int id ) : System.Collections.Generic

Method Details

DefineAction() public method

public DefineAction ( int actionid, ActionKind kind, ActionExecutionType execution, bool question, string func, string code, ActionArgumentType args ) : void
actionid int
kind ActionKind
execution ActionExecutionType
question bool
func string
code string
args ActionArgumentType
return void