Skip to content

OnTouchContinue

Description

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

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

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