diff --git a/TASK/TaskGotoEntityOffset.md b/TASK/TaskGotoEntityOffset.md index a8bbd376a..cc9f6d4d0 100644 --- a/TASK/TaskGotoEntityOffset.md +++ b/TASK/TaskGotoEntityOffset.md @@ -5,12 +5,12 @@ ns: TASK ```c // 0xE39B4FF4FDEBDE27 0x1A17A85E -void TASK_GOTO_ENTITY_OFFSET(Ped ped, cs_type(Any) Entity entity, cs_type(Any) int duration, float seekRadius, float seekAngleDeg, float moveBlendRatio, int gotoEntityOffsetFlags); +void TASK_GOTO_ENTITY_OFFSET(Ped ped, Entity entity, int duration, float seekRadius, float seekAngleDeg, float moveBlendRatio, int gotoEntityOffsetFlags); ``` Instructs the ped to go to the entity with the given offset. -```cpp +```c enum eSeekEntityOffsetFlags { ESEEK_OFFSET_ORIENTATES_WITH_ENTITY = 1, ESEEK_KEEP_TO_PAVEMENTS = 2