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
|
|
|
|
|
2022-07-28 14:38:24 +00:00
|
|
|
int function NewGameCount() native global
|
|
|
|
|
2021-12-28 14:32:17 +00:00
|
|
|
bool function IsDLLLoaded() global
|
|
|
|
return (SKSE.GetPluginVersion("fs_skse_functions") != -1)
|
|
|
|
endfunction
|