Background for Skyrim SE
Member of the clib script
float[]functioncGetCoCXYFromCKCoords(intckX, intckY, ObjectReferenceaObjectRef=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

If aObjectRef is provided then ckX and ckY are overwritten by its position
Grid Map for reference
https://docs.google.com/spreadsheets/d/1yhsNb12btLWpRNRIpZ2DfjVsWR946qEZTmVML_Wi9U8/edit?usp=sharing


Caveats


Parameters

intckX

intckY

ObjectReferenceaObjectRef=NONE


Examples

Auto-Generated Example

int myInt__ckX
int myInt__ckY
ObjectReference myObjectReference__aObjectRef

float[] returnedValue = clib.cGetCoCXYFromCKCoords(myInt__ckX, myInt__ckY, myObjectReference__aObjectRef)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.