RAGE.Elements.Checkpoint.SetRgba: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 August 2024

11 May 2024

  • curprev 13:4313:43, 11 May 2024Shr0x talk contribs 526 bytes +526 Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''red:''' {{RageType|int}} *'''green:''' {{RageType|int}} *'''blue:''' {{RageType|int}} *'''alpha:''' {{RageType|int}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint.SetRgba(red, green, blue, alpha) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}} C..."