NuiMargin( json, float )
From NWN Lexicon
Jump to navigationJump to search
Set a margin on the widget. The margin is the spacing outside of the widget.
// Set a margin on the widget. The margin is the spacing outside of the widget.
json // Element
NuiMargin(
json jElem, // Element
float fMargin // Float
);
Returns
json Element
Parameters
- jElem
- json Element to apply too.
- fMargin
- Value of the margin. The margin is the spacing outside of the widget.
Description
Set a margin on the widget. The margin is the spacing outside of the widget.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
| functions: |