Native referenceFiveM

CLEAR_SEQUENCE_TASK

0x3841422E9C488D8C TASK
FUNCTION SIGNATURE
void CLEAR_SEQUENCE_TASK(int* taskSequenceId);
Property Value
Native Name CLEAR_SEQUENCE_TASK
Hash 0x3841422E9C488D8C
Return Type void
Parameters taskSequenceId (int*)

Description: For an example on how to use this please refer to OPEN_SEQUENCE_TASK

NOTE

If you fail to call CLOSE_SEQUENCE_TASK and CLEAR_SEQUENCE_TASK the sequence system can get stuck in a broken state until you restart your client.

Parameters

  • taskSequenceId (int*) — The task sequence to clear
Back to TASK