Background for Skyrim SE
Member of the DbMiscFunctions script
string[]functionGetObjectRefNames(ObjectReference[]akArray)Global

Description

Documentation Comment

requires skse, put all ObjectReference names of ObjectReferences in akArray to a string array and return.


Caveats


Parameters


Examples

Auto-Generated Example

ObjectReference[] myObjectReferenceArray__akArray

string[] returnedValue = DbMiscFunctions.GetObjectRefNames(myObjectReferenceArray__akArray)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.