Difference between revisions of "ImGui.Core:bullet"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a bullet. <source lang="lua"> ImGui:bullet() </source> {{ImGui}}")
 
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Displays a bullet.
 
Displays a bullet.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
ImGui:bullet()
 
ImGui:bullet()
 
</source>
 
</source>
  
 
{{ImGui}}
 
{{ImGui}}

Revision as of 15:28, 13 July 2023

Available since: Gideros 2020.9
Class: ImGui

Description

Displays a bullet. <syntaxhighlight lang="lua"> ImGui:bullet() </source>