Touched (Event): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>GoldenUrg fixed argument name from object browser |
||
Line 2: | Line 2: | ||
{{Event| | {{Event| | ||
name = Touched | name = Touched | ||
|arguments = [[Instance]] '' | |arguments = [[Instance]] ''otherPart'' | ||
|description = Fired when another part comes in contact with this object | |description = Fired when another part comes in contact with this object | ||
|object = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]] | |object = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]] | ||
|}} | |}} | ||
</onlyinclude> | </onlyinclude> |
Revision as of 04:42, 24 April 2010
Touched ( Instance otherPart ) | |
Description | Fired when another part comes in contact with this object |
---|---|
Member of: | [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]] |