GetSearchLightStartPosition
Jump to navigation
Jump to search
This function gets the start position of a searchlight element.
Syntax
searchlight 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
- createSearchLight
- getSearchLightEndPosition
- getSearchLightEndRadius
- getSearchLightStartPosition
- getSearchLightStartRadius
- setSearchLightEndPosition
- setSearchLightEndRadius
- setSearchLightStartPosition
- setSearchLightStartRadius