Difference between revisions of "TES5Edit Scripting Functions"
Jump to navigation
Jump to search
m
→Pascal implementation: ARGH
imported>DavidJCobb (→Pascal implementation: It sure would be nice to know what language constructs are supported! Shame the interpreter's website doesn't seem to have a reference... :-|) |
imported>DavidJCobb m (→Pascal implementation: ARGH) |
||
Line 410: | Line 410: | ||
* TES5Edit's Pascal implementation does not appear to support open array parameters (e.g. <code>array of integer</code>). | * TES5Edit's Pascal implementation does not appear to support open array parameters (e.g. <code>array of integer</code>). | ||
* TES5Edit's Pascal implementation either does not support classes, or does not support the "constructor" keyword. | * TES5Edit's Pascal implementation either does not support classes, or does not support the "constructor" keyword. | ||
** One can safely assume, then, that the classes and functionality available to one is limited by both the Delphi version (presently unknown) and the JVCL version (presently unknown) that TES5Edit uses. | |||
* In TES5Edit's Pascal implementation, values are returned by assigning to <code>Result</code>, rather than by assigning to the function name. | * In TES5Edit's Pascal implementation, values are returned by assigning to <code>Result</code>, rather than by assigning to the function name. |