GetSearchLightStartRadius

From Multi Theft Auto: Wiki
Revision as of 18:53, 11 January 2016 by Qaisjp (talk | contribs) (fix oop)
Jump to navigation Jump to search

This function gets the start radius of a searchlight element.

Syntax

searchlight getSearchLightStartRadius ( searchlight theSearchLight )

OOP Syntax Help! I don't understand this!

Method: searchLight:getStartRadius(...)
Variable: .startRadius
Counterpart: setSearchLightStartRadius


Required Arguments

  • theSearchLight: the searchlight to get the radius of the searchlight's light cone in its beginning.

Returns

If the specified searchlight element is valid, this function will return one float, which is the searchlight's start radius. If not, it will return false plus an error message.

Example

-- TODO

See also