Difference between revisions of "TES5Edit Scripting Functions"
m
→Pascal implementation: There are twenty different publicly-available sets of documentation for Delphi, and none of them are accurate.
imported>DavidJCobb m (→Script User Interface: TLabel) |
imported>DavidJCobb m (→Pascal implementation: There are twenty different publicly-available sets of documentation for Delphi, and none of them are accurate.) |
||
Line 408: | Line 408: | ||
* 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>). | |||
* 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. |