GetSearchLightEndPosition: 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 getSearchLightEndPosition ( searchlight theSearchLight )
searchlight getSearchLightEndPosition ( searchlight theSearchLight )
</syntaxhighlight>
</syntaxhighlight>
{{OOP||[[Element/Searchlight|SearchLight]]:getEndPosition|endPosition|setSearchLightEndPosition}}
{{OOP||[[Element/Searchlight|searchLight]]:getEndPosition|endPosition|setSearchLightEndPosition}}


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

Revision as of 18:52, 11 January 2016

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