GetSearchLightStartPosition

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Before submitting check out Editing Guidelines Script Examples.


This function gets the start position of a searchlight element.

Syntax

float, float, float getSearchLightStartPosition ( searchlight theSearchLight )

OOP Syntax Help! I don't understand this!

Method: searchLight:getStartPosition(...)
Variable: .startPosition
Counterpart: setSearchLightStartPosition


Required Arguments

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

Returns

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

Example

-- TODO

See also