DrawLine: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|DrawLine(sX, sY, eX, eY [, thickness, r, g, b])}} {{FuncParameters}} {{FuncParam|sX|__EDIT_ME__}}..." |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|__EDIT_ME__}} | {{FuncDescription|__EDIT_ME__}} | ||
{{FuncSyntax|DrawLine(sX, sY, eX, eY [, thickness | {{FuncSyntax|DrawLine(sX, sY, eX, eY [, thickness])}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
Line 10: | Line 10: | ||
{{FuncParam|eX|__EDIT_ME__}} | {{FuncParam|eX|__EDIT_ME__}} | ||
{{FuncParam|eY |__EDIT_ME__}} | {{FuncParam|eY |__EDIT_ME__}} | ||
{{ | {{FuncParamOptional|thickness|__EDIT_ME__}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} |
Revision as of 08:43, 26 September 2019
Description
__EDIT_ME__
Syntax
DrawLine(sX, sY, eX, eY [, thickness])
Parameters
- sX
__EDIT_ME__ - sY
__EDIT_ME__ - eX
__EDIT_ME__ - eY
__EDIT_ME__ - thickness (optional)
__EDIT_ME__
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
__EDIT_ME__