NWNX:EE
8193.37.14
nwnx_ruby.nss
Go to the documentation of this file.
1
6
const
string
NWNX_Ruby =
"NWNX_Ruby"
;
7
8
string
NWNX_Ruby_Evaluate
(
string
sCode);
9
13
string
NWNX_Ruby_Evaluate
(
string
sCode)
14
{
15
NWNXPushString(sCode);
16
NWNXCall(NWNX_Ruby,
"Evaluate"
);
17
return
NWNXPopString();
18
}
19
NWNX_Ruby_Evaluate
string NWNX_Ruby_Evaluate(string sCode)
Evaluates some ruby code.
Definition:
nwnx_ruby.nss:13
Plugins
Ruby
NWScript
nwnx_ruby.nss
Generated on Thu Feb 13 2025 09:52:34 for NWNX:EE by
1.9.1.
Dark version