RAGE.Elements.Ped: 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.

12 May 2024

  • curprev 01:0901:09, 12 May 2024Shr0x talk contribs 582 bytes +582 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..."