GE Lua Documentation

Press F to search!

TableGetColumnIndex

Definition


-- @/=[C]:-1
function TableGetColumnIndex(...)

Callers

@/lua/ge/extensions/editor/gen/lib/ui.lua
            if im.TableGetSortSpecs().SpecsDirty then
                local ind = im.TableGetColumnIndex()
                    lo('?? ci:'..tostring(ind)..':'..tostring(im.TableGetSortSpecs().Specs.SortDirection))
--            end)
--            local ind = im.TableGetColumnIndex()
--                lo('?? ci:'..tostring(ind)..':'..tostring(im.TableGetSortSpecs().Specs.SortDirection)..':'..tostring(im.TableGetSortSpecs().Specs[1].ColumnIndex))
    if im.IsItemClicked() then
        lo('?? t_CLICK:'..im.TableGetColumnIndex())
    end
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.TableGetColumnCount() return imgui.TableGetColumnCount() end
function M.TableGetColumnIndex() return imgui.TableGetColumnIndex() end
function M.TableGetRowIndex() return imgui.TableGetRowIndex() end
function M.TableGetColumnCount() return imgui.TableGetColumnCount() end
function M.TableGetColumnIndex() return imgui.TableGetColumnIndex() end
function M.TableGetRowIndex() return imgui.TableGetRowIndex() end