SetSearchLightEndRadius: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{Needs_Example}} | {{Needs_Example}} | ||
==Syntax== | ==Syntax== |
Revision as of 18:16, 25 June 2017
Script Example Missing Function SetSearchLightEndRadius needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
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
- createSearchLight
- getSearchLightEndPosition
- getSearchLightEndRadius
- getSearchLightStartPosition
- getSearchLightStartRadius
- setSearchLightEndPosition
- setSearchLightEndRadius
- setSearchLightStartPosition
- setSearchLightStartRadius