onUntag(action: (obj: GameObj , tag: string )=>void ): KEventController

Register an event that runs when an object loses a tag.

paramaction- The function that runs when an object loses a tag.

paramunknown- The tag which was removed.

returnsThe event controller.

sincev3001.10

groupEvents