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

Description

Documentation Comment

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


Caveats


Parameters

Actor[]akArray


Examples

Auto-Generated Example

Actor[] myActorArray__akArray

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