NWNX:EE
8193.37.14
nwnx_core.nss
Go to the documentation of this file.
1
6
const
string
NWNX_Core =
"NWNX_Core"
;
7
12
int
NWNX_Core_PluginExists
(
string
sPlugin);
13
15
16
int
NWNX_Core_PluginExists
(
string
sPlugin)
17
{
18
NWNXPushString(sPlugin);
19
NWNXCall(NWNX_Core,
"PluginExists"
);
20
return
NWNXPopInt();
21
}
NWNX_Core_PluginExists
int NWNX_Core_PluginExists(string sPlugin)
Determines if the given plugin exists and is enabled.
Definition:
nwnx_core.nss:16
Core
NWScript
nwnx_core.nss
Generated on Thu Feb 13 2025 09:52:35 for NWNX:EE by
1.9.1.
Light version