Method FollowToOffsetFromEntity
FollowToOffsetFromEntity(Entity, Vector3, Int32, Single)
Declaration
public void FollowToOffsetFromEntity(Entity target, Vector3 offset, int timeout, float stoppingRange)
Parameters
| Type |
Name |
Description |
| Entity |
target |
|
| Vector3 |
offset |
|
| System.Int32 |
timeout |
|
| System.Single |
stoppingRange |
|
FollowToOffsetFromEntity(Entity, Vector3, Single, Int32, Single, Boolean)
Declaration
public void FollowToOffsetFromEntity(Entity target, Vector3 offset, float movementSpeed, int timeout, float stoppingRange, bool persistFollowing)
Parameters
| Type |
Name |
Description |
| Entity |
target |
|
| Vector3 |
offset |
|
| System.Single |
movementSpeed |
|
| System.Int32 |
timeout |
|
| System.Single |
stoppingRange |
|
| System.Boolean |
persistFollowing |
|