Element/Searchlight: Difference between revisions
Jump to navigation
Jump to search
(Updated New feature/item template to the correct version) |
m (Добавление языков) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{New feature/item|3.0152|1.5.2|| | {{New feature/item|3.0152|1.5.2|| | ||
The searchlight class represents special spotlights in the GTA world. They are different to common spotlights because | The searchlight class represents special spotlights in the GTA world. They are different to common spotlights because their visual effects. | ||
The element type of this class is '''"searchlight"'''.}} | The element type of this class is '''"searchlight"'''.}} | ||
Line 29: | Line 29: | ||
{{Client searchlight functions}} | {{Client searchlight functions}} | ||
[[Category:Element Types]] | [[Category:Element Types]] | ||
[[en:Element/Searchlight]] | |||
[[ru:Element/Searchlight]] | |||
[[hu:Element/Searchlight]] |
Latest revision as of 18:44, 15 April 2021
The searchlight class represents special spotlights in the GTA world. They are different to common spotlights because their visual effects.
The element type of this class is "searchlight".
XML syntax
<searchlight startX="" startY="" startZ="" endX="" endY="" endZ="" startRadius="" endRadius="" renderSpot="" />
Required Attributes
- startX: the X coordinate where the searchlight light cone will start.
- startY: the Y coordinate where the searchlight light cone will start.
- startZ: the Z coordinate where the searchlight light cone will start.
- endX: the X coordinate of the direction where the searchlight will point to.
- endY: the Y coordinate of the direction where the searchlight will point to.
- endZ: the Z coordinate of the direction where the searchlight will point to.
- startRadius: the radius of the searchlight's light cone in its beginning.
- endRadius: the radius of the searchlight's light cone in its end.
Optional Arguments
NOTE: When using optional arguments, you might need to supply all arguments before the one you wish to use. For more information on optional arguments, see optional arguments.
- renderSpot: if true, the searchlight will lighten the surface where it ends.