SetSearchLightEndRadius

From Multi Theft Auto: Wiki
Revision as of 16:35, 11 December 2015 by AlexTMjugador (talk | contribs) (Documented function introduced in r7683)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function sets the end radius of a searchlight element.

Syntax

searchlight setSearchLightEndRadius ( searchlight theSearchlight, float endRadius )

OOP Syntax Help! I don't understand this!

Method: SearchLight:setEndRadius(...)
Variable: .endRadius
Counterpart: getSearchLightEndRadius


Required Arguments

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

Returns

If every argument is correct, this function returns true. If not, it will return false plus an error message.

Example

-- TODO

See also