Difference between revisions of "TES5Edit Scripting Functions"

Jump to navigation Jump to search
158 bytes added ,  04:19, 5 September 2015
→‎TES5Edit Scripting Functions: Added some detail info on checksum
imported>Hishutup
imported>Hishutup
(→‎TES5Edit Scripting Functions: Added some detail info on checksum)
Line 295: Line 295:
| scope="row" | <b>wbCRC32Data</b> || Cardinal || aData: TBytes  ||  
| scope="row" | <b>wbCRC32Data</b> || Cardinal || aData: TBytes  ||  
|- align="left" style="background-color: #EEEEEE"
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>wbCRC32File</b> || Cardinal || aFileName: string  ||  
| scope="row" | <b>wbCRC32File</b> || Cardinal || aFileName: string  || Recommended for most scenarios, it is also the fastest option.
|- align="left" style="background-color: #F8F8F8"
|- align="left" style="background-color: #F8F8F8"
| scope="row" | <b>wbSHA1Data</b> || string || aData: TBytes  ||  
| scope="row" | <b>wbSHA1Data</b> || string || aData: TBytes  ||  
|- align="left" style="background-color: #EEEEEE"
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>wbSHA1File</b> || string || aFileName: string  ||  
| scope="row" | <b>wbSHA1File</b> || string || aFileName: string  || Calculation time is ~2 times longer than CRC32.
|- align="left" style="background-color: #F8F8F8"
|- align="left" style="background-color: #F8F8F8"
| scope="row" | <b>wbMD5Data</b> || string || aData: TBytes  ||  
| scope="row" | <b>wbMD5Data</b> || string || aData: TBytes  ||  
|- align="left" style="background-color: #EEEEEE"
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>wbMD5File</b> || string || aFileName: string  ||  
| scope="row" | <b>wbMD5File</b> || string || aFileName: string  || Calculation time is ~2.5 times longer than CRC32.
|- align="left" style="background-color: #F8F8F8"
|- align="left" style="background-color: #F8F8F8"
| 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
Anonymous user

Navigation menu