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


Parameters

  1. intckXVar

  2. intckYVar

  3. floatxVar=0.0

  4. floatyVar=0.0


Examples

Auto-Generated Example

int myInt__ckXVar
int myInt__ckYVar
float myFloat__xVar
float myFloat__yVar

Form returnedValue = cGetCell.cGetCellFromCoords(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.