uiTableValueString

Function uiTableValueString 

Source
pub unsafe extern "C" fn uiTableValueString(
    v: *const uiTableValue,
) -> *const c_char
Expand description

Returns the string value held internally.

To be used only on uiTableValue objects of type uiTableValueTypeString.

@param v Table value. @returns String value.\n A NUL terminated UTF-8 string.\n Data remains owned by @p v, do NOT call uiFreeText(). @memberof uiTableValue