Difference between revisions of "TES5Edit Scripting Functions"
Jump to navigation
Jump to search
no edit summary
imported>ThreeTen |
imported>DavidJCobb |
||
Line 353: | Line 353: | ||
end. | end. | ||
</pre> | </pre> | ||
=== Pascal implementation === | |||
* 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. |