Difference between revisions of "B2.DebugDraw:appendFlags"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
b2.DebugDraw:appendFlags(flags)
 
b2.DebugDraw:appendFlags(flags)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 17:36, 12 July 2023


Available since: Gideros 2011.6
Class: b2.DebugDraw

Description

Appends flags to the current flags. <source lang="lua"> b2.DebugDraw:appendFlags(flags) </syntaxhighlight>

Parameters

flags: (number) debug draw flags





LiquidFun