C# Class Recurity.Swf.AVM1Modifier.FSCommand

Exibir arquivo Open project: rtezli/Blitzableiter

Protected Properties

Property Type Description
_Check List
_Machine CheckMachine.Machine
_TriggerAction AVM1Actions

Public Methods

Method Description
FSCommand ( ) : System

GetInlineCode ( AVM1Code code, int instructionIndex ) : Modification

PatchPrepare ( AVM1Code code, ModLib modLibrary ) : bool

Protected Methods

Method Description
NeedsPatching ( AVM1Code code, int instructionIndex ) : PatchState

Method Details

FSCommand() public method

public FSCommand ( ) : System
return System

GetInlineCode() public method

public GetInlineCode ( AVM1Code code, int instructionIndex ) : Modification
code AVM1Code
instructionIndex int
return Modification

NeedsPatching() protected method

protected NeedsPatching ( AVM1Code code, int instructionIndex ) : PatchState
code AVM1Code
instructionIndex int
return PatchState

PatchPrepare() public method

public PatchPrepare ( AVM1Code code, ModLib modLibrary ) : bool
code AVM1Code
modLibrary ModLib
return bool

Property Details

_Check protected_oe property

protected List _Check
return List

_Machine protected_oe property

protected CheckMachine.Machine _Machine
return CheckMachine.Machine

_TriggerAction protected_oe property

protected AVM1Actions _TriggerAction
return AVM1Actions