Background for Skyrim SE
Member of the cGetCell script
intfunctioncGetCellFormIDFromCoords(intckXVar, intckYVar, floatxVar=0.0, floatyVar=0.0)Global


Caveats


Parameters

intckXVar

intckYVar

floatxVar=0.0

floatyVar=0.0


Examples

Auto-Generated Example

int myInt__ckXVar
int myInt__ckYVar
float myFloat__xVar
float myFloat__yVar

int returnedValue = cGetCell.cGetCellFormIDFromCoords(myInt__ckXVar, myInt__ckYVar, myFloat__xVar, myFloat__yVar)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.