Difference between revisions of "TES5Edit Scripting Functions"
→TES5Edit Scripting Functions: - Thank for the previous sorts, I found more functions
imported>Egocarib m (sorted the table) |
imported>ThreeTen (→TES5Edit Scripting Functions: - Thank for the previous sorts, I found more functions) |
||
Line 288: | Line 288: | ||
|- align="left" style="background-color: #EEEEEE" | |- align="left" style="background-color: #EEEEEE" | ||
| scope="row" | <b>WinningOverride</b> || IwbMainRecord || record : IwbMainRecord || Will return the winning override record | | scope="row" | <b>WinningOverride</b> || IwbMainRecord || record : IwbMainRecord || Will return the winning override record | ||
|- align="left" style="background-color: #F8F8F8" | |||
| scope="row" | <b>BaseRecord</b> || IwbMainRecord || element : IwbMainRecord || Used on REFR records to to grab the Base Form they are referencing, otherwise returns nil. | |||
|- align="left" style="background-color: #EEEEEE" | |||
| scope="row" | <b>EditorID</b> || string || element : IwbElement || grabs the EditorID of element | |||
|- 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])) | |||
|} | |} | ||