Jump to content

[LE] Papyrus/SKSE function to get plugin address?


irswat

Recommended Posts

I don't think there's a striaght function for that but maybe this works:

Function GetModLoadOrder(String ModName)
 i = Game.GetModCount()
while i
  i -= 1
  String IndexName = Game.GetModName(i)
  If IndexName == ModName
    Return i
  Endif
endwhile
Endfunction
Link to comment
Share on other sites

  • Recently Browsing   0 members

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