Difference between revisions of "B2.DebugDraw:appendFlags"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | ''' | + | '''Class:''' [[Special:MyLanguage/b2.DebugDraw|b2.DebugDraw]]<br/> |
− | === | + | |
− | + | === Description === | |
− | + | Appends flags to the current flags. | |
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.DebugDraw:appendFlags(flags) | |
</source> | </source> | ||
− | === | + | |
− | '''flags''': (number) | + | === Parameters === |
+ | '''flags''': (number) debug draw flags <br/> | ||
+ | |||
+ | {{B2.DebugDraw}} |
Revision as of 08:05, 17 February 2020
Available since: Gideros 2011.6
Class: b2.DebugDraw
Description
Appends flags to the current flags.
b2.DebugDraw:appendFlags(flags)
Parameters
flags: (number) debug draw flags