RemoveTrigger Function

Removes a trigger by its unique ID.

Syntax

bool RemoveTrigger(
int id
)

Parameters

int id
The ID of the trigger to remove.

Return value

bool
true if the trigger was found and removed, false otherwise.

Remarks

None.