C# Class EasyCon2.Script.Parsing.Statements.StickDown

Inheritance: StickAction
ファイルを表示 Open project: nukieberry/PokemonTycoon

Public Methods

Method Description
Assemble ( Assembly.Assembler assembler ) : void
Exec ( Processor processor ) : void
StickDown ( ECDevice.NintendoSwitch.ECKey key, string keyname, string direction )

Protected Methods

Method Description
_GetString ( Formatter formatter ) : string

Method Details

Assemble() public method

public Assemble ( Assembly.Assembler assembler ) : void
assembler Assembly.Assembler
return void

Exec() public method

public Exec ( Processor processor ) : void
processor Processor
return void

StickDown() public method

public StickDown ( ECDevice.NintendoSwitch.ECKey key, string keyname, string direction )
key ECDevice.NintendoSwitch.ECKey
keyname string
direction string

_GetString() protected method

protected _GetString ( Formatter formatter ) : string
formatter Formatter
return string