Removed SKSE.pex placeholder
This commit is contained in:
parent
e36614f6d3
commit
2943b23acd
BIN
_build/build.cmd
(Stored with Git LFS)
BIN
_build/build.cmd
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,35 +0,0 @@
|
|||||||
Scriptname SKSE Hidden
|
|
||||||
{Dummy SKSE script to avoid Papyrus errors, when SKSE is missing}
|
|
||||||
; General SKSE-specific information
|
|
||||||
|
|
||||||
; get the major version of SKSE
|
|
||||||
int Function GetVersion() global
|
|
||||||
return 0
|
|
||||||
endFunction
|
|
||||||
|
|
||||||
; get the minor version of SKSE
|
|
||||||
int Function GetVersionMinor() global
|
|
||||||
return 0
|
|
||||||
endFunction
|
|
||||||
|
|
||||||
; get the beta version of SKSE
|
|
||||||
int Function GetVersionBeta() global
|
|
||||||
return 0
|
|
||||||
endFunction
|
|
||||||
|
|
||||||
; get the release index of SKSE. This number is incremented every time
|
|
||||||
; SKSE is released outside of the development team
|
|
||||||
int Function GetVersionRelease() global
|
|
||||||
return 0
|
|
||||||
endFunction
|
|
||||||
|
|
||||||
; get the release index of this script file.
|
|
||||||
; Can be used to detect a script/runtime version mismatch
|
|
||||||
int Function GetScriptVersionRelease() global
|
|
||||||
return 65
|
|
||||||
endFunction
|
|
||||||
|
|
||||||
; get a plugins version number, -1 if the plugin is not loaded
|
|
||||||
int Function GetPluginVersion(string name) global
|
|
||||||
return -1
|
|
||||||
endFunction
|
|
Loading…
Reference in New Issue
Block a user