Background for Skyrim SE
Member of the DbSkseFunctions script
boolfunctionSetCellOrWorldSpaceOriginForRef(ObjectReferenceref, FormcellOrWorldSpace)NativeGlobal

Description

Documentation Comment

This function is usefull if you have to move a map marker from one worldspace to another using MoveTo and have it display on the world map.
This function will only be successfull if the passed in ref has been moved from its original worldspace or interior cell so...
use moveto on the ref first before this function is used.


Caveats


Parameters

ObjectReferenceref

FormcellOrWorldSpace


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
Form myForm__cellOrWorldSpace

bool returnedValue = DbSkseFunctions.SetCellOrWorldSpaceOriginForRef(myObjectReference__ref, myForm__cellOrWorldSpace)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.