Difference between revisions of "TES5Edit Scripting Functions"
m
→Pascal implementation: no structured types; "type whatever = array of whatever" breaks because xEdit expects a class instead of "array"
imported>DavidJCobb (→Pascal implementation: rewrote to be more constructive) |
imported>DavidJCobb m (→Pascal implementation: no structured types; "type whatever = array of whatever" breaks because xEdit expects a class instead of "array") |
||
Line 434: | Line 434: | ||
* [http://docwiki.embarcadero.com/RADStudio/XE2/en/Variant_Support_Routines Variant support routines] don't appear to be implemented, making it tricky to work with variants. | * [http://docwiki.embarcadero.com/RADStudio/XE2/en/Variant_Support_Routines Variant support routines] don't appear to be implemented, making it tricky to work with variants. | ||
* Type keywords such as varInteger aren't implemented. | * Type keywords such as varInteger aren't implemented. | ||
* [http://docwiki.embarcadero.com/RADStudio/XE8/en/Structured_Types Structured types] don't appear to be implemented. | |||
The reference documentation below appears to match what TES5Edit provides. | The reference documentation below appears to match what TES5Edit provides. | ||
* [http://docwiki.embarcadero.com/Libraries/XE8/en/System.RegularExpressionsCore.TPerlRegEx TPerlRegEx], used for regular expressions. | * [http://docwiki.embarcadero.com/Libraries/XE8/en/System.RegularExpressionsCore.TPerlRegEx TPerlRegEx], used for regular expressions. |