SetDrawColor

From Onset Developer Wiki
Revision as of 13:14, 22 July 2020 by BlueMountains (talk | contribs)
SetDrawColor

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the color that will be used by all Draw* functions.

Syntax

SetDrawColor(IntColor)

Parameters

  • IntColor
    Color as an integer from RGBA.

Return Value

  • Returns true.

Example

__EDIT_ME__

See also