uiTableValueInt

Function uiTableValueInt 

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

Returns the integer value held internally.

To be used only on uiTableValue objects of type uiTableValueTypeInt.

@param v Table value. @returns Integer value. @memberof uiTableValue