HU/Element/Blip: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ The blip class represents small icons or blips that can be shown on a player's radar. The element type of this class is '''"blip"'''. The list of blip icons are ava...")
 
m (Добавление языков)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
The blip class represents small icons or blips that can be shown on a player's radar.
A blip osztály a játékos radarán megjeleníthető pici ikonokat vagy blipeket jelenti.


The element type of this class is '''"blip"'''. The list of blip icons are available on the [[Blip Icons]] page.
Az osztály elemtípusa a '''"blip"'''. A blip ikonokról való listát megtekintheti a [[HU/Blip Icons|Blip Ikonok]] oldalon.


==XML szintaxis==
==XML szintaxis==
Line 10: Line 10:


===Kötelező paraméterek===
===Kötelező paraméterek===
* '''posX''': A float representing the X position of the vehicle.
* '''posX''': A jármű X koordinátáját ábrázoló lebegőpontos szám.
* '''posY''': A float representing the Y position of the vehicle.
* '''posY''': A jármű Y koordinátáját ábrázoló lebegőpontos szám.
* '''posZ''': A float representing the Z position of the vehicle.
* '''posZ''': A jármű Z koordinátáját ábrázoló lebegőpontos szám.


===Tetszőleges paraméterek===
===Tetszőleges paraméterek===
* '''color:''' The color of the icon in HTML-style format (i.e. #RRGGBB). Defaults to blue if not specified.
* '''color:''' Az ikon színe HTML formátumban (i.e. #RRGGBB). Alapértelmezetten kék, ha nincs más szín megadva.
* '''icon:''' The icon of the blip. Defaults to 0 if not specified.
* '''icon:''' A blip ikonja. Alapértelmezetten 0, na nincs megadva.
* '''dimension:''' The dimension of the blip. Defaults to 0 if not specified.
* '''dimension:''' A blip dimenziója. Alapértelmezetten 0, na nincs megadva.
* '''ordering:''' The Z-level ordering of the blip. Defaults to 0 if not specified.
* '''ordering:''' The Z-level ordering of the blip. Alapértelmezetten 0, na nincs megadva.


==Related scripting functions==
==Related scripting functions==
Line 29: Line 29:


[[en:Element/Blip]]
[[en:Element/Blip]]
[[ru:Element/Blip]]
[[hu:Element/Blip]]
[[it:Elemento/Blip]]
[[it:Elemento/Blip]]


==Fordította==
==Fordította==
  '''2018.11.11.''' <font size="3">'''[https://wiki.multitheftauto.com/wiki/User:Surge Surge]'''</font>
  '''2018.12.07.''' <font size="3">'''[https://wiki.multitheftauto.com/wiki/User:Surge Surge]'''</font>

Latest revision as of 10:08, 15 April 2021

A blip osztály a játékos radarán megjeleníthető pici ikonokat vagy blipeket jelenti.

Az osztály elemtípusa a "blip". A blip ikonokról való listát megtekintheti a Blip Ikonok oldalon.

XML szintaxis

<blip posX="" posY="" posZ="" icon="" color="" dimension="" ordering=""/>

Kötelező paraméterek

  • posX: A jármű X koordinátáját ábrázoló lebegőpontos szám.
  • posY: A jármű Y koordinátáját ábrázoló lebegőpontos szám.
  • posZ: A jármű Z koordinátáját ábrázoló lebegőpontos szám.

Tetszőleges paraméterek

  • color: Az ikon színe HTML formátumban (i.e. #RRGGBB). Alapértelmezetten kék, ha nincs más szín megadva.
  • icon: A blip ikonja. Alapértelmezetten 0, na nincs megadva.
  • dimension: A blip dimenziója. Alapértelmezetten 0, na nincs megadva.
  • ordering: The Z-level ordering of the blip. Alapértelmezetten 0, na nincs megadva.

Related scripting functions

Client

Server

Fordította

2018.12.07. Surge