C# Class CSPspEmu.cheats.CWCheatPlugin

Inheritance: IInjectInitialize
ファイルを表示 Open project: soywiz/cspspemu

Protected Properties

Property Type Description
CWCheats List

Public Methods

Method Description
ParseCwCheat ( string Lines ) : void

Protected Methods

Method Description
IInjectInitialize ( ) : void
PspEmulator_VBlankEventCall ( ) : void

Method Details

IInjectInitialize() protected method

protected IInjectInitialize ( ) : void
return void

ParseCwCheat() public method

public ParseCwCheat ( string Lines ) : void
Lines string
return void

PspEmulator_VBlankEventCall() protected method

protected PspEmulator_VBlankEventCall ( ) : void
return void

Property Details

CWCheats protected_oe property

protected List CWCheats
return List