GE Lua Documentation

Press F to search!

GetVersion

Definition


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

Callers

@/lua/ge/extensions/editor/mainMenu.lua
      if not shipping_build then
        imgui.Text('ImGui version: ' .. imgui.GetVersion())
      end
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.ShowUserGuide() imgui.ShowUserGuide() end
function M.GetVersion() return imgui.GetVersion() end
function M.StyleColorsDark(ImGuiStyle_dst)
function M.ShowUserGuide() imgui.ShowUserGuide() end
function M.GetVersion() return imgui.GetVersion() end
function M.StyleColorsDark(ImGuiStyle_dst)