mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 20:28:30 +01:00
LogTextV was present from 2021 so igLogText does not have to be manual
This commit is contained in:
@@ -29225,14 +29225,13 @@
|
||||
"type": "..."
|
||||
}
|
||||
],
|
||||
"argsoriginal": "(const char* fmt, ...)",
|
||||
"argsoriginal": "(const char* fmt,...)",
|
||||
"call_args": "(fmt,...)",
|
||||
"cimguiname": "igLogText",
|
||||
"defaults": {},
|
||||
"funcname": "LogText",
|
||||
"isvararg": "...)",
|
||||
"location": "imgui:906",
|
||||
"manual": true,
|
||||
"namespace": "ImGui",
|
||||
"ov_cimguiname": "igLogText",
|
||||
"ret": "void",
|
||||
|
@@ -24800,14 +24800,13 @@ local t={
|
||||
[2]={
|
||||
name="...",
|
||||
type="..."}},
|
||||
argsoriginal="(const char* fmt, ...)",
|
||||
argsoriginal="(const char* fmt,...)",
|
||||
call_args="(fmt,...)",
|
||||
cimguiname="igLogText",
|
||||
defaults={},
|
||||
funcname="LogText",
|
||||
isvararg="...)",
|
||||
location="imgui:906",
|
||||
manual=true,
|
||||
namespace="ImGui",
|
||||
ov_cimguiname="igLogText",
|
||||
ret="void",
|
||||
|
Reference in New Issue
Block a user