RAGE.Elements.Ped.Clone

From RAGE Multiplayer Wiki
Revision as of 17:32, 11 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''heading:''' {{RageType|float}} *'''isNetwork:''' {{RageType|bool}} *'''p3:''' {{RageType|bool}} ===Return value=== *''' {{RageType|int}} ''' ==Syntax== <syntaxhighlight lang="javascript"> ped.Clone(heading, isNetwork, p3) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Ped_definition_cs}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

  • heading: float
  • isNetwork: bool
  • p3: bool

Return value

  • int

Syntax

ped.Clone(heading, isNetwork, p3)

Example

//todo


See also