Background for Skyrim SE
Member of the DbMiscFunctions script
ObjectReferencefunctionCreateXMarkerRef(boolPersistentRef=false, ObjectReferencePlaceAtMeRef=NONE)Global

Description

Documentation Comment

create new xMarker ObjectReference
if PlaceAtMeRef == none (default) places new marker at the player.
no requirements


Caveats


Parameters

boolPersistentRef=false

ObjectReferencePlaceAtMeRef=NONE


Examples

Auto-Generated Example

bool myBool__PersistentRef
ObjectReference myObjectReference__PlaceAtMeRef

ObjectReference returnedValue = DbMiscFunctions.CreateXMarkerRef(myBool__PersistentRef, myObjectReference__PlaceAtMeRef)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.