DxDrawLine3D: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (New page: for reference until documented: dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( r, g, b, a ), width ))
 
No edit summary
Line 1: Line 1:
for reference until documented:
for reference until documented:
dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( r, g, b, a ), width )
dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( r, g, b, a ), width )
__NOTOC__
{{Client function}}
==Syntax==
<syntaxhighlight lang="lua">
</syntaxhighlight>
===Required Arguments===
===Returns===
==Example==
<syntaxhighlight lang="lua">
--TODO
</syntaxhighlight>
==See Also==
{{Drawing_functions}}

Revision as of 20:22, 29 February 2008