TargetRadius (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>GoldenUrg
update style
Line 3: Line 3:
The Target Radius is how far away from the target the Rocket has to be before the [[ReachedTarget (Event)|ReachedTarget]] event fires off. The smaller this value the closer the rocket has to get to the target, and thus more accurate it has to be. If this value is set too low it will be very hard for a larger or faster rocket to actually make it to the target radius.
The Target Radius is how far away from the target the Rocket has to be before the [[ReachedTarget (Event)|ReachedTarget]] event fires off. The smaller this value the closer the rocket has to get to the target, and thus more accurate it has to be. If this value is set too low it will be very hard for a larger or faster rocket to actually make it to the target radius.


{{Property|
{|
|<onlyinclude>{{Property|
name                = TargetRadius
name                = TargetRadius
|property            = [[Number]] ''TargetRadius''
|property            = [[Number]] ''TargetRadius''
|description          = The radius of the [[Target (Property)|Target]] before the [[ReachedTarget (Event)|ReachedTarget]] event is fired.
|description          = The radius of the [[Target (Property)|Target]] before the [[ReachedTarget (Event)|ReachedTarget]] event is fired.
|object              = [[RBX.lua.RocketPropulsion (Object)|RocketPropulsion]]
|object              = [[RBX.lua.RocketPropulsion (Object)|RocketPropulsion]]
|}}
|}}</onlyinclude>
|}


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

Revision as of 00:36, 22 June 2010

The Target Radius is how far away from the target the Rocket has to be before the ReachedTarget event fires off. The smaller this value the closer the rocket has to get to the target, and thus more accurate it has to be. If this value is set too low it will be very hard for a larger or faster rocket to actually make it to the target radius.

TargetRadius
Property Number TargetRadius
Description The radius of the Target before the ReachedTarget event is fired.
Member of [[RBX.lua.RocketPropulsion (Object)|RocketPropulsion]]