- Found in:
- Dylbills PE
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)