C# Class GameCreator.Framework.ActionLibrary

Afficher le fichier Open project: joshwyant/game-creator Class Usage Examples

Private Properties

Свойство Type Description
ActionLibrary System.Collections.Generic

Méthodes publiques

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

Private Methods

Méthode Description
ActionLibrary ( LibraryContext context, int id ) : System.Collections.Generic

Method Details

DefineAction() public méthode

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
Résultat void