Skip to content

Commit

Permalink
tweak: don't use cs_type when its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight authored Jan 23, 2025
1 parent 63dbd8c commit fc784c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TASK/TaskGotoEntityOffset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc784c6

Please sign in to comment.