Jump to content

A list of formtypes


Recommended Posts

In the source for PO3_SKSEFunctions from https://www.nexusmods.com/skyrimspecialedition/mods/22854

there is the line:

ObjectReference[] Function FindAllReferencesOfFormType(ObjectReference akRef, Int formType, float radius) global native

 

This may be useful to me since it acts within a radius, but I have no list of the formtypes - which appear to be integers

 

diziet

Link to comment
Share on other sites

In the source for PO3_SKSEFunctions from https://www.nexusmods.com/skyrimspecialedition/mods/22854

there is the line:

ObjectReference[] Function FindAllReferencesOfFormType(ObjectReference akRef, Int formType, float radius) global native

 

This may be useful to me since it acts within a radius, but I have no list of the formtypes - which appear to be integers

 

diziet

I think that custom function utilizes the functionality of the GetType function and returns all references found of the desired form type as an array. Think of GetNumRefs.

 

https://www.creationkit.com/index.php?title=GetType_-_Form

Edited by Rasikko
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...