Background for Skyrim SE
Member of the DbMiscFunctions script
intfunctionGetActorFormType(FormF)Global

Description

Documentation Comment

get common form types without SKSE =======================================================================
These functions mimic the main Categories in the creation kit.
GetActorFormType corresponds to the Actor category. GetAudioFormType corresponds to the Audo category ect.
Note, can pass in ObjectReference's and it will auto get baseObject and return type.


Parameters

  1. FormF


Examples

Auto-Generated Example

Form myForm__F

int returnedValue = DbMiscFunctions.GetActorFormType(myForm__F)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.