GE Lua Documentation

Press F to search!

FindViewportByPlatformHandle

Definition


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

Callers

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