NuiTooltip( json, json )
From NWN Lexicon
Jump to navigationJump to search
Tooltips show on mouse hover.
// Tooltips show on mouse hover.
json // Element
NuiTooltip(
json jElem, // Element
json jTooltip // Bind:String
);
Returns
json Element
Parameters
- jElem
- json Element to apply tooltip too.
- jTooltip
- String of tooltip. Note this is a JsonString (not a NWN String). NUIBind would likely also work, but untested.
Description
Tooltips show on mouse hover.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
| functions: |