Function
onUntag
(action: (obj: GameObj, tag: string) => void): KEventControllerRegister an event that runs when an object loses a tag.
param action- The function that runs when an object loses a tag.
param unknown- The tag which was removed.
returns The event controller.
since v3001.10
group Events