RAGE.Elements.Ped

From RAGE Multiplayer Wiki
Revision as of 01:09, 12 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| Create a new Ped ===Required Params=== *'''model:''' {{RageType|uint}} *'''position:''' {{RageType|Vector3}} *'''heading:''' {{RageType|float}} *'''dimension:''' {{RageType|uint}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="cs"> new Rage.Element.Ped(uint model, Vector3 position, float heading = 0f, uint dimension = 0u) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax

Create a new Ped

Required Params

  • model: uint
  • position: Vector3
  • heading: float
  • dimension: uint

Return value

  • int

Syntax

new Rage.Element.Ped(uint model, Vector3 position, float heading = 0f, uint dimension = 0u)

Example

//todo


See also