|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| ParamInfo (Function.FunctionType ftype, int minargs, int maxargs, XPathResultType[] argTypes) | |
Properties | |
| Function.FunctionType | FType [get] |
| int | Minargs [get] |
| int | Maxargs [get] |
| XPathResultType[] | ArgTypes [get] |
Private Attributes | |
| readonly Function.FunctionType | _ftype |
| readonly int | _minargs |
| readonly int | _maxargs |
| readonly XPathResultType[] | _argTypes |
Definition at line 9 of file XPathParser.cs.