Method CreatePed
CreatePed(Model, Vector3)
Declaration
public static Ped CreatePed(Model model, Vector3 position)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model | |
| Vector3 | position |
Returns
| Type | Description |
|---|---|
| Ped |
CreatePed(Model, Vector3, Single)
Declaration
public static Ped CreatePed(Model model, Vector3 position, float heading)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model | |
| Vector3 | position | |
| System.Single | heading |
Returns
| Type | Description |
|---|---|
| Ped |