GetSearchLightEndPosition

From Multi Theft Auto: Wiki
Revision as of 16:40, 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 gets the end position of a searchlight element.

Syntax

searchlight getSearchLightEndPosition ( searchlight theSearchLight )

OOP Syntax Help! I don't understand this!

Method: SearchLight:getEndPosition(...)
Variable: .endPosition
Counterpart: setSearchLightEndPosition


Required Arguments

  • theSearchLight: the searchlight to get the position where the searchlight's light cone ends.

Returns

If the specified searchlight element is valid, this function will return three float, which are the three coordinates of searchlight's end position. If not, it will return false plus an error message.

Example

-- TODO

See also