4
Fork 0

Added IsDLLLoaded() to EnderalLib

master
Eddoursul 2 years ago
parent 00d454a100
commit 1d9e5465d5
  1. BIN
      scripts/enderallib.pex
  2. 6
      source/scripts/enderallib.psc

Binary file not shown.

@ -2,4 +2,8 @@ Scriptname EnderalLib Hidden
float function calculateContentStrength(ObjectReference container) native global
Potion Function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global
Potion function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global
bool function IsDLLLoaded() global
return (SKSE.GetPluginVersion("fs_skse_functions") != -1)
endfunction

Loading…
Cancel
Save