Difference between revisions of "ImGui.Core:endTable"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Pops a Table from the stack (stops adding to it). <syntaxhighlight lang="...")
 
(No difference)

Latest revision as of 04:45, 12 October 2023

Available since: Gideros 2020.9
Class: ImGui

Description

Pops a Table from the stack (stops adding to it).

ImGui:endTable()

Example

See ImGui:beginTable