Added IsDLLLoaded() to EnderalLib

This commit is contained in:
Eddoursul 2021-12-28 15:32:17 +01:00
parent 00d454a100
commit 1d9e5465d5
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -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