C# 클래스 Recurity.Swf.AVM1Modifier.FSCommand

파일 보기 프로젝트 열기: rtezli/Blitzableiter

보호된 프로퍼티들

프로퍼티 타입 설명
_Check List
_Machine CheckMachine.Machine
_TriggerAction AVM1Actions

공개 메소드들

메소드 설명
FSCommand ( ) : System

GetInlineCode ( AVM1Code code, int instructionIndex ) : Modification

PatchPrepare ( AVM1Code code, ModLib modLibrary ) : bool

보호된 메소드들

메소드 설명
NeedsPatching ( AVM1Code code, int instructionIndex ) : PatchState

메소드 상세

FSCommand() 공개 메소드

public FSCommand ( ) : System
리턴 System

GetInlineCode() 공개 메소드

public GetInlineCode ( AVM1Code code, int instructionIndex ) : Modification
code AVM1Code
instructionIndex int
리턴 Modification

NeedsPatching() 보호된 메소드

protected NeedsPatching ( AVM1Code code, int instructionIndex ) : PatchState
code AVM1Code
instructionIndex int
리턴 PatchState

PatchPrepare() 공개 메소드

public PatchPrepare ( AVM1Code code, ModLib modLibrary ) : bool
code AVM1Code
modLibrary ModLib
리턴 bool

프로퍼티 상세

_Check 보호되어 있는 프로퍼티

protected List _Check
리턴 List

_Machine 보호되어 있는 프로퍼티

protected CheckMachine.Machine _Machine
리턴 CheckMachine.Machine

_TriggerAction 보호되어 있는 프로퍼티

protected AVM1Actions _TriggerAction
리턴 AVM1Actions