Difference between revisions of "TES5Edit Scripting Functions"

69 bytes removed ,  23:32, 16 February 2014
imported>Mator
(→‎TES5Edit Scripting Functions: -- I added a bunch of descriptions, corrected one or two things)
imported>Mator
Line 35: Line 35:
| scope="row" | <b>AddRequiredElementMasters</b> || IwbFile || aSourceElement : IwbElement , aTargetFile : IwbFile , aAsNew : boolean  || Add the element''s master into the target file.
| scope="row" | <b>AddRequiredElementMasters</b> || IwbFile || aSourceElement : IwbElement , aTargetFile : IwbFile , aAsNew : boolean  || Add the element''s master into the target file.
|- align="left" style="background-color: #EEEEEE"
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>Assigned</b> || || element : IwbElement  || <!-- I'm fairly certain this is a general pascal function, not a TES5Edit functionIt checks whether or not a variable is Assigned -->
| scope="row" | <b>Assigned</b> || boolean || element : IwbElement  || Returns true if the element is not nilElse returns false.
|- align="left" style="background-color: #F8F8F8"
|- align="left" style="background-color: #F8F8F8"
| scope="row" | <b>CanContainFormIDs</b> || boolean || element : IwbElement  ||  
| scope="row" | <b>CanContainFormIDs</b> || boolean || element : IwbElement  ||  
Anonymous user