C# Class TESVSnip.Domain.Scripts.ScriptCompiler.FunctionSig

显示文件 Open project: figment/tesvsnip

Public Properties

Property Type Description
allowref bool
argdescs string[]
args VarType[]
desc string
fose bool
opcode ushort
paddingbytes int
reftypes string[]
requiredArgs int
ret VarType
skipArgs bool

Public Methods

Method Description
FunctionSig ( XmlNode n, bool block ) : System
ToString ( ) : string

Private Methods

Method Description
GetVarType ( string s ) : VarType

Method Details

FunctionSig() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

allowref public_oe property

public bool allowref
return bool

argdescs public_oe property

public string[] argdescs
return string[]

args public_oe property

public VarType[] args
return VarType[]

desc public_oe property

public string desc
return string

fose public_oe property

public bool fose
return bool

opcode public_oe property

public ushort opcode
return ushort

paddingbytes public_oe property

public int paddingbytes
return int

reftypes public_oe property

public string[] reftypes
return string[]

requiredArgs public_oe property

public int requiredArgs
return int

ret public_oe property

public VarType ret
return VarType

skipArgs public_oe property

public bool skipArgs
return bool