Background for Skyrim SE
Member of the DbSkseFunctions script
string[]functionGetAll3DNodeNamesForRef(ObjectReferenceref, boolfirstPerson=false)NativeGlobal

Description

Documentation Comment

This will also log the names to C:/Users/YourUserName/Documents/My Games/Skyrim Special Edition/SKSE/DbSkseFunctions.log


Caveats


Parameters

ObjectReferenceref

boolfirstPerson=false


Examples

Auto-Generated Example

ObjectReference myObjectReference__ref
bool myBool__firstPerson

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