SetSearchLightEndRadius: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (fix oop)
mNo edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{Needs_Example}}
{{New feature/item|3.0160|1.6|7683|This function sets the end radius of a [[Element/Searchlight|searchlight]] element.}}
{{New feature/item|3.0160|1.6|7683|This function sets the end radius of a [[Element/Searchlight|searchlight]] element.}}



Revision as of 13:22, 22 February 2016

Accessories-text-editor.png Script Example Missing Function SetSearchLightEndRadius needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


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