Element/Radar area: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Добавление языков) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 6: | Line 6: | ||
==XML syntax== | ==XML syntax== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<radararea posX="" posY="" sizeX="" sizeY="" color=""/> | <radararea posX="" posY="" sizeX="" sizeY="" color="" dimension=""/> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Required Attributes=== | ===Required Attributes=== | ||
* '''posX''': A float representing the X position of the | * '''posX''': A float representing the X position of the radar area. | ||
* '''posY''': A float representing the Y position of the | * '''posY''': A float representing the Y position of the radar area. | ||
* '''sizeX''': A float representing the width of the radar area | * '''sizeX''': A float representing the width of the radar area. | ||
* '''sizeY''': A float representing the height of the radar area | * '''sizeY''': A float representing the height of the radar area. | ||
===Optional Attributes=== | ===Optional Attributes=== | ||
Line 25: | Line 25: | ||
{{Radar area functions}} | {{Radar area functions}} | ||
[[Category:Element Types]] | [[Category:Element Types]] | ||
[[en:Element/Radar area]] | |||
[[ru:Element/Radar area]] | |||
[[hu:Element/Radar area]] | |||
[[it:Elemento/Area radar]] |
Latest revision as of 10:13, 15 April 2021
The radar area class represents coloured areas that can be displayed on a player's radar.
The element type of this class is "radararea".
XML syntax
<radararea posX="" posY="" sizeX="" sizeY="" color="" dimension=""/>
Required Attributes
- posX: A float representing the X position of the radar area.
- posY: A float representing the Y position of the radar area.
- sizeX: A float representing the width of the radar area.
- sizeY: A float representing the height of the radar area.
Optional Attributes
- color: The color of the radar area in HTML-style format (i.e. #RRGGBBAA). Defaults to red if not specified.
- dimension: The dimension of the radar area. Defaults to 0 if not specified.
Related scripting functions
Client
Shared
- createRadarArea
- getRadarAreaColor
- getRadarAreaSize
- isInsideRadarArea
- isRadarAreaFlashing
- setRadarAreaColor
- setRadarAreaFlashing
- setRadarAreaSize