NuiGetBind(object, int, string)
From NWN Lexicon
Jump to navigationJump to searchGets the json value for the given player, token and bind.
Parameters
- oPlayer
- The player to return a nui window json for
- nUiToken
- The nui window token
- sBindName
- the bind
Description
Gets the json value for the given player, token and bind.
Remarks
- json values can hold all kinds of values; but NUI widgets require specific bind types. It is up to you to either handle this in NWScript, or just set compatible bind types. No auto-conversion happens.
Returns a json null value if the bind does not exist.
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |