Difference between revisions of "TES5Edit Scripting Functions"

→‎TES5Edit Scripting Functions: found internal, undocumented functions for working with worldspace cells
imported>DavidJCobb
imported>DavidJCobb
(→‎TES5Edit Scripting Functions: found internal, undocumented functions for working with worldspace cells)
Line 296: Line 296:
|- align="left" style="background-color: #EEEEEE"
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>wbCRC32File</b> || Cardinal || aFileName: string  || Recommended for most scenarios, it is also the fastest option.
| scope="row" | <b>wbCRC32File</b> || Cardinal || aFileName: string  || Recommended for most scenarios, it is also the fastest option.
|- align="left" style="background-color: #F8F8F8"
| scope="row" | <b>wbGridCell</b> || TwbGridCell || x : Integer, y : Integer  || Returns an object belonging to an undocumented xEdit class, with <code>x</code> and <code>y</code> fields. Apparently related to worldspaces.
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>wbSubBlockFromGridCell</b> || TwbGridCell || cellCoordinates : TwbGridCell  || Apparently related to worldspaces.
|- align="left" style="background-color: #F8F8F8"
| scope="row" | <b>wbBlockFromSubBlock</b> || TwbGridCell || subBlock : TwbGridCell  || Apparently related to worldspaces.
|- align="left" style="background-color: #EEEEEE"
| scope="row" | <b>wbGridCellToGroupLabel</b> || Cardinal || TwbGridCell  || Apparently related to worldspaces.
|- 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  ||  
Anonymous user