mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +08:00
feat(Lua): expose imgui separatortext to lua (#3554)
This commit is contained in:
@ -331,6 +331,10 @@ You can find all the supported functions and overloads below.
|
||||
-- ImGui.Separator()
|
||||
ImGui.Separator
|
||||
|
||||
-- ImGui.SeparatorText(...)
|
||||
-- Parameters: text (text)
|
||||
ImGui.SeparatorText("some text")
|
||||
|
||||
-- ImGui.SameLine(...)
|
||||
-- Parameters: float (offset_from_start_x) [O], float (spacing) [O]
|
||||
-- Overloads
|
||||
|
Reference in New Issue
Block a user