GE Lua Documentation

Press F to search!

PushID3

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
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
  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