NWNX:EE  8193.36.12
Ruby

Readme

Allows users to execute arbitrary Ruby from the game.

Environment Variables

Variable Name Type Default Value
EVALUATE_METRICS bool false
PRELOAD_SCRIPT string none

Files

file  nwnx_ruby.nss
 

Functions

string NWNX_Ruby_Evaluate (string sCode)
 Evaluates some ruby code. More...
 

Function Documentation

◆ NWNX_Ruby_Evaluate()

string NWNX_Ruby_Evaluate ( string  sCode)

Evaluates some ruby code.

Parameters
sCodeThe code to evaluate.
Returns
The output of the call.

Definition at line 14 of file nwnx_ruby.nss.