Skip to content

OnTouchEnd

Description

OnTouchEnd is an Event
This event is called whenever something stops touching this Object. You can use validity checks like IsObject() and IsCharacter() to check what the touched thing is.

Example
function OnTouchEnd(touched)
   -- write code here!
end
Usage

network usage: Any (Client or Server/Host)
parameters:
- touched (Wildcard)