RAGE.Elements.Checkpoint.SetCylinderHeight: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''nearHeight:''' {{RageType|float}} *'''farHeight:''' {{RageType|float}} *'''radius:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> Rage.Element.Checkpoint.SetCylinderHeight(nearHeight, farHeight, radius) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Checkpoint_definition_cs}}...")
 
No edit summary
 
Line 13: Line 13:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Rage.Element.Checkpoint.SetCylinderHeight(nearHeight, farHeight, radius)
checkpoint.SetCylinderHeight(nearHeight, farHeight, radius)
</syntaxhighlight>
</syntaxhighlight>



Latest revision as of 19:41, 20 August 2024

Client-Side
Function

 C#



C# Syntax


Required Params

  • nearHeight: float
  • farHeight: float
  • radius: float

Return value

  • void

Syntax

checkpoint.SetCylinderHeight(nearHeight, farHeight, radius)

Example

//todo


See also