NuiBind( string )
From NWN Lexicon
Jump to navigationJump to search
Create a dynamic bind. Unlike static values, these can change at runtime:
// Create a dynamic bind. Unlike static values, these can change at runtime:
// NuiBind("mybindlabel");
// NuiSetBind(.., "mybindlabel", JsonString("hi"));
// To create static values, just use the json types directly:
// JsonString("hi");
json // Bind
NuiBind(
string sId
);
Parameters
- sId
- string id of bind point.
Description
Create a dynamic bind. Unlike static values, these can change at runtime:
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
| functions: |