C# 클래스 Patcher.Data.Plugins.Content.Fields.Skyrim.Condition.ConditionData

상속: Field
파일 보기 프로젝트 열기: unforbidable/patcher

공개 프로퍼티들

프로퍼티 타입 설명
Operand ConditionOperand
Params FunctionParams

공개 메소드들

메소드 설명
ConditionData ( ) : System
CopyField ( ) : Field
Equals ( Field other ) : bool
GetReferencedFormIds ( ) : IEnumerable
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadField ( RecordReader reader ) : void
WriteField ( RecordWriter writer ) : void

메소드 상세

ConditionData() 공개 메소드

public ConditionData ( ) : System
리턴 System

CopyField() 공개 메소드

public CopyField ( ) : Field
리턴 Field

Equals() 공개 메소드

public Equals ( Field other ) : bool
other Field
리턴 bool

GetReferencedFormIds() 공개 메소드

public GetReferencedFormIds ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Operand 공개적으로 프로퍼티

public ConditionOperand Operand
리턴 ConditionOperand

Params 공개적으로 프로퍼티

public FunctionParams Params
리턴 FunctionParams