Difference between revisions of "TES5Edit Scripting Functions"
Jump to navigation
Jump to search
m
→TES5Edit Scripting Functions
imported>ThreeTen (→TES5Edit Scripting Functions: - Thank for the previous sorts, I found more functions) |
imported>ThreeTen |
||
Line 293: | Line 293: | ||
| scope="row" | <b>EditorID</b> || string || element : IwbElement || grabs the EditorID of element | | scope="row" | <b>EditorID</b> || string || element : IwbElement || grabs the EditorID of element | ||
|- align="left" style="background-color: #F8F8F8" | |- align="left" style="background-color: #F8F8F8" | ||
| scope="row" | <b>ObjectToElement</b> || IwbElement || TObject || IInterface's added to TStringLists via sl.AddObject('string', iielement) will need to be changed back with this function. (ex. iinterfaceVar := ObjectToElement(sl.Objects[i])) | | scope="row" | <b>ObjectToElement</b> || IwbElement || slObjects : TObject || IInterface's added to TStringLists via sl.AddObject('string', iielement) will need to be changed back with this function. (ex. iinterfaceVar := ObjectToElement(sl.Objects[i])) | ||
|} | |} | ||