> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/client/game/ped.md).

# Ped

Client functions that are in some way related to the ped aspects.

```lua
Wosa.Game.Ped.Revive()
```

```lua
Wosa.Game.Ped.Respawn()
```

```lua
local isGivingUp = Wosa.Game.Ped.GivenUp()
```

```lua
Wosa.Game.Ped.Create(string model, int type, table coords, table data, bool Network)
```

```lua
Wosa.Game.Ped.LoadEUP(string outfit)
```

```lua
Wosa.Game.Ped.Clothing(int arms, int arms_tex, int undershirt, int undershirt_tex, int top, int top_tex, int pants, int pants_tex, int shoes, int shoes_tex, int neck, int neck_tex)
```

```lua
Wosa.Game.Ped.Cuff(bool cuff)
```

```lua
local isCuffed = Wosa.Game.Ped.isCuffed()
```

```lua
Wosa.Game.Ped.Drag(int bySource, bool value)
```

```lua
Wosa.Game.Ped.Seat()
```

```lua
Wosa.Game.Ped.UnSeat()
```

```lua
Wosa.Game.Ped.Search(int playerId)
```
