GE Lua Documentation

Press F to search!

PushID3

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:269
function M.PushID3(void_ptr_id)
  if void_ptr_id == nil then log("E", "", "Parameter 'void_ptr_id' of function 'PushID3' cannot be nil, as the c type is 'const void *'") ; return end
  imgui.PushID3(void_ptr_id)
end

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  if void_ptr_id == nil then log("E", "", "Parameter 'void_ptr_id' of function 'PushID3' cannot be nil, as the c type is 'const void *'") ; return end
  imgui.PushID3(void_ptr_id)
end