GE Lua Documentation

Press F to search!

ImGuiPayload_IsDataType

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1897
function M.ImGuiPayload_IsDataType(ImGuiPayload_ctx, string_type)
  if string_type == nil then log("E", "", "Parameter 'string_type' of function 'IsDataType' cannot be nil, as the c type is 'const char *'") ; return end
  return ImGuiPayload_ctx:IsDataType(string_type)
end

Callers