NuiLabel( json, json, json )
From NWN Lexicon
Create a label field. Labels are single-line stylable non-editable text fields.
// Create a label field. Labels are single-line stylable non-editable text fields. json // Element NuiLabel( json jValue, // Bind:String json jHAlign, // Bind:Int:NUI_HALIGN_* json jVAlign // Bind:Int:NUI_VALIGN_* );
Return
json Element
Parameters
- jValue
- Text label of field (Can be JsonString or NuiBind)
- jHAlign
- NUI_HALIGN_*
- jVAlign
- NUI_VALIGN_*
Description
Create a label field. Labels are single-line stylable non-editable text fields.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |