enderalse/source/scripts/enderalfunctions.psc
Eddoursul f2150e94ef Ported Enderal DLL to CommonLibSSE-NG:
- Cross-runtime build, tested on SE and AE
- Intergrated Flat Map Markers and Stay At The System Page
- Added tons of sanity checks
- Automatically overrides bFreebiesSeen, bInvalidateOlderFiles, and bModManagerMenuEnabled INI values
2022-07-31 20:55:11 +02:00

14 lines
456 B
Plaintext

Scriptname EnderalFunctions Hidden
float function CalculateContentStrength(ObjectReference container) native global
Potion function CreatePotion(MagicEffect[] effects, float[] magnitudes, int[] areas, int[] durations, int arraySize) native global
ObjectReference function GetCurrentContainer() native global
int function GetNewGameCount() native global
bool function IsDLLLoaded() global
return (SKSE.GetPluginVersion("EnderalSE") != -1)
endfunction