GetSearchLightEndRadius: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Documented function introduced in r7683)
 
m (fix oop)
Line 7: Line 7:
searchlight getSearchLightEndRadius ( searchlight theSearchLight )
searchlight getSearchLightEndRadius ( searchlight theSearchLight )
</syntaxhighlight>
</syntaxhighlight>
{{OOP||[[Element/Searchlight|SearchLight]]:getEndRadius|endRadius|setSearchLightEndRadius}}
{{OOP||[[Element/Searchlight|searchLight]]:getEndRadius|endRadius|setSearchLightEndRadius}}


===Required Arguments===
===Required Arguments===

Revision as of 18:53, 11 January 2016

This function gets the end radius of a searchlight element.

Syntax

searchlight getSearchLightEndRadius ( searchlight theSearchLight )

OOP Syntax Help! I don't understand this!

Method: searchLight:getEndRadius(...)
Variable: .endRadius
Counterpart: setSearchLightEndRadius


Required Arguments

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

Returns

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

Example

-- TODO

See also