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

Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Свойство Type Description
allowref bool
argdescs string[]
args VarType[]
desc string
fose bool
opcode ushort
paddingbytes int
reftypes string[]
requiredArgs int
ret VarType
skipArgs bool

Méthodes publiques

Méthode Description
FunctionSig ( XmlNode n, bool block ) : System
ToString ( ) : string

Private Methods

Méthode Description
GetVarType ( string s ) : VarType

Method Details

FunctionSig() public méthode

public FunctionSig ( XmlNode n, bool block ) : System
n System.Xml.XmlNode
block bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

allowref public_oe property

public bool allowref
Résultat bool

argdescs public_oe property

public string[] argdescs
Résultat string[]

args public_oe property

public VarType[] args
Résultat VarType[]

desc public_oe property

public string desc
Résultat string

fose public_oe property

public bool fose
Résultat bool

opcode public_oe property

public ushort opcode
Résultat ushort

paddingbytes public_oe property

public int paddingbytes
Résultat int

reftypes public_oe property

public string[] reftypes
Résultat string[]

requiredArgs public_oe property

public int requiredArgs
Résultat int

ret public_oe property

public VarType ret
Résultat VarType

skipArgs public_oe property

public bool skipArgs
Résultat bool