Difference between revisions of "TES5Edit Scripting Functions"
Jump to navigation
Jump to search
→Pascal implementation
imported>BobTheLawyer m (You can't just throw any text in a file and call it a csv. There were literally no commas. Converted to a text file (verified working code).) |
imported>DavidJCobb |
||
Line 437: | Line 437: | ||
TES5Edit appears to use [http://jvcl.delphi-jedi.org/JvInterpreter.htm JVCL] to interpret Delphi, a variant of Pascal. A few details can be found below. | TES5Edit appears to use [http://jvcl.delphi-jedi.org/JvInterpreter.htm JVCL] to interpret Delphi, a variant of Pascal. A few details can be found below. | ||
* TES5Edit's Pascal implementation does not appear to support the Continue statement. | |||
* TES5Edit's Pascal implementation does not appear to support function overloading. | * TES5Edit's Pascal implementation does not appear to support function overloading. | ||
* 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>). |