- Found in:
- Dylbills PE
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
FormcellOrWorldSpace
Examples
Auto-Generated Example
ObjectReference myObjectReference__ref
Form myForm__cellOrWorldSpace
bool returnedValue = DbSkseFunctions.SetCellOrWorldSpaceOriginForRef(myObjectReference__ref, myForm__cellOrWorldSpace)