TRIGGER DELETE
Delete triggers with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Deletes a trigger.Usage
cm trigger | tr delete | rm <subtype-type> <position_number> [--server=<repserverspec>]
Options
Option / Argument | Description |
|---|---|
| --server | Deletes the trigger on the specified server. If no server is specified, executes the command on the one configured on the client. |
| subtype-type | Trigger execution and trigger operation. (Use 'cm showtriggertypes' to see a list of trigger types.) |
| position_number | Position assigned to the trigger when it was created. |
Help
Examples
cm trigger delete after-setselector 4
cm tr rm after-setselector 4