Ui::setTextDropshadow

From RAGE Multiplayer Wiki
Revision as of 21:33, 6 May 2017 by Marty uploader (talk | contribs) (yay)

distance - shadow distance in pixels, both horizontal and vertical
r, g, b, a - color

Syntax

mp.game.ui.setTextDropshadow(distance, r, g, b, a);

Required Arguments

  • distance: int
  • r: int
  • g: int
  • b: int
  • a: int

Return value

  • Undefined

Example

// todo

See also