enderalse/source/scripts/enderallib.psc

10 lines
350 B
Plaintext
Raw Normal View History

2021-10-05 22:59:59 +00:00
Scriptname EnderalLib Hidden
float function calculateContentStrength(ObjectReference container) native global
2021-12-28 14:32:17 +00:00
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