RBX.lua.TouchTransmitter (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
>Anaminus
fixed
Line 1: Line 1:
{{CatUp|Class reference}}
__NOTOC__


== TouchTransmitter ==
The ''TouchTransmitter'' object is used by networking and replication code to transmit touch events. It has no other purpose.


There is a new instance that can be added. It's a TouchTransmitter, but I don't havean idea of what it's supposed to do.
==Functions==
 
The TouchTransmitter object incorporates only the global functions.
 
 
==Properties==
 
In addition to the global properties, the TouchTransmitter object also uses these properties:
 
*[[Target (Property)|Target]]
 
 
==Events==
The TouchTransmitter object incorporates only the global events.
 
 
[[Category:ROBLOX Lua Objects]]

Revision as of 04:09, 14 December 2008


The TouchTransmitter object is used by networking and replication code to transmit touch events. It has no other purpose.

Functions

The TouchTransmitter object incorporates only the global functions.


Properties

In addition to the global properties, the TouchTransmitter object also uses these properties:


Events

The TouchTransmitter object incorporates only the global events.