C# 클래스 TESVSnip.Domain.Scripts.ScriptCompiler.FunctionSig

파일 보기 프로젝트 열기: figment/tesvsnip

공개 프로퍼티들

프로퍼티 타입 설명
allowref bool
argdescs string[]
args VarType[]
desc string
fose bool
opcode ushort
paddingbytes int
reftypes string[]
requiredArgs int
ret VarType
skipArgs bool

공개 메소드들

메소드 설명
FunctionSig ( XmlNode n, bool block ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetVarType ( string s ) : VarType

메소드 상세

FunctionSig() 공개 메소드

public FunctionSig ( XmlNode n, bool block ) : System
n System.Xml.XmlNode
block bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

allowref 공개적으로 프로퍼티

public bool allowref
리턴 bool

argdescs 공개적으로 프로퍼티

public string[] argdescs
리턴 string[]

args 공개적으로 프로퍼티

public VarType[] args
리턴 VarType[]

desc 공개적으로 프로퍼티

public string desc
리턴 string

fose 공개적으로 프로퍼티

public bool fose
리턴 bool

opcode 공개적으로 프로퍼티

public ushort opcode
리턴 ushort

paddingbytes 공개적으로 프로퍼티

public int paddingbytes
리턴 int

reftypes 공개적으로 프로퍼티

public string[] reftypes
리턴 string[]

requiredArgs 공개적으로 프로퍼티

public int requiredArgs
리턴 int

ret 공개적으로 프로퍼티

public VarType ret
리턴 VarType

skipArgs 공개적으로 프로퍼티

public bool skipArgs
리턴 bool