Ui::setTextDropshadow
distance - shadow distance in pixels, both horizontal and vertical
r, g, b, a - color
Syntax
ui.setTextDropshadow(distance, r, g, b, a);
Required Arguments
- distance: int
- r: int
- g: int
- b: int
- a: int
Return value
- Undefined
Example
todo