Background for Skyrim SE
Member of the DbSkseFunctions script
stringfunctionGetBase3DNodeNameForRef(ObjectReferenceref, boolfirstPerson=false)NativeGlobal

Description

Documentation Comment

get the top level base 3d node name for ref


Caveats


Parameters

ObjectReferenceref

boolfirstPerson=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__firstPerson

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