Difference between revisions of "TES5Edit Scripting Functions"

→‎Pascal implementation: don't know what version of JVCL, or if JVCL has versions. may update this more later
imported>DavidJCobb
imported>DavidJCobb
(→‎Pascal implementation: don't know what version of JVCL, or if JVCL has versions. may update this more later)
Line 355: Line 355:


=== Pascal implementation ===
=== Pascal implementation ===
TES5Edit appears to use [http://jvcl.delphi-jedi.org/JvInterpreter.htm JVCL]. A few details can be found below.
* TES5Edit's Pascal implementation does not appear to support function overloading.
* TES5Edit's Pascal implementation does not appear to support function overloading.
* 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.
Anonymous user