2021-10-06 00:59:59 +02:00
|
|
|
Scriptname EnderalLib Hidden
|
|
|
|
|
|
|
|
float function calculateContentStrength(ObjectReference container) native global
|
|
|
|
|
2021-12-28 15:32:17 +01:00
|
|
|
Potion function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global
|
|
|
|
|
2022-07-28 16:38:24 +02:00
|
|
|
int function NewGameCount() native global
|
|
|
|
|
2021-12-28 15:32:17 +01:00
|
|
|
bool function IsDLLLoaded() global
|
|
|
|
return (SKSE.GetPluginVersion("fs_skse_functions") != -1)
|
|
|
|
endfunction
|