Method PointAt
PointAt(Vector3)
Declaration
public void PointAt(Vector3 target)
Parameters
| Type |
Name |
Description |
| Vector3 |
target |
|
PointAt(Entity)
Declaration
public void PointAt(Entity target)
Parameters
| Type |
Name |
Description |
| Entity |
target |
|
PointAt(Entity, Vector3)
Declaration
public void PointAt(Entity target, Vector3 offset)
Parameters
PointAt(Ped, Int32)
Declaration
public void PointAt(Ped target, int boneIndex)
Parameters
| Type |
Name |
Description |
| Ped |
target |
|
| System.Int32 |
boneIndex |
|
PointAt(Ped, Int32, Vector3)
Declaration
public void PointAt(Ped target, int boneIndex, Vector3 offset)
Parameters
| Type |
Name |
Description |
| Ped |
target |
|
| System.Int32 |
boneIndex |
|
| Vector3 |
offset |
|