RAGE.Elements.Checkpoint.Radius

From RAGE Multiplayer Wiki
Revision as of 19:44, 20 August 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideCsFunction}} {{CSharpContainer| Sets the checkpoint radius. ===Required Params=== *'''radius:''' {{RageType|float}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> checkpoint.Radius = radius; </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax

Sets the checkpoint radius.

Required Params

  • radius: float

Return value

  • float

Syntax

checkpoint.Radius = radius;

Example

//todo


See also