MaxActivationDistance (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mattchewy
New page: {{CatUp|Properties}} {| |<onlyinclude>{{Property| name = MaxActivationDistance |property = Integer ''distance'' |description = Max number of studs...
 
>Quenty
Links. VITAL LINKS!
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
|name                = MaxActivationDistance
|property            = [[float]] ''MaxActivationDistance''
|description          = Maximum distance between a character and the [[ClickDetector]] for the [[character]] to be able to click it.
|object              = ClickDetector
}}</onlyinclude>


{|
{{clear floats}}
|<onlyinclude>{{Property|
name                = MaxActivationDistance
|property            = [[Integer]] ''distance''
|description          = Max number of studs a character can be from a click detector before it becomes inactive.
|object              = [[RBX.lua.ClickDetector (Object)|ClickDetector]]
|}}</onlyinclude>
|}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 03:13, 18 January 2012

MaxActivationDistance
Property float MaxActivationDistance
Description Maximum distance between a character and the ClickDetector for the character to be able to click it.
Member of ClickDetector