You are looking at the HTML representation of the XML format.
HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format.
To see the non HTML representation of the XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="Vehicle" />
  </query-continue>
  <query>
    <pages>
      <page pageid="97" ns="0" title="Vector2">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">{{DISPLAYTITLE:&lt;span style=&quot;display:none&quot;&gt;{{FULLPAGENAME}}&lt;/span&gt;}}
&lt;div class=&quot;page_AboutFunction_client_frame&quot;&gt;
&lt;table class=&quot;page_infotable&quot;&gt;&lt;tr&gt;&lt;td class=&quot;name_text&quot;&gt;{{PAGENAME}}&lt;/td&gt;&lt;td class=&quot;page_AboutFunction_client&quot;&gt;Клиентский конструктор&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
----
Используется для создания объекта двухмерного вектора, который может быть задействован в дальнейшем.&lt;br&gt;
Применяется такой объект для определения позиции отрисовки графических элементов [[bullymp.graphics]].

== Синтаксис ==
&lt;div class=&quot;example_box&quot;&gt;&lt;syntaxhighlight lang=&quot;javascript&quot;&gt;
new Vector2(Number X, Number Y)
&lt;/syntaxhighlight&gt;&lt;/div&gt;

*'''X''' - Координаты по оси X.
*'''Y''' - Координаты по оси Y.

== Результат ==
Возвращает объект типа '''Vector2'''.

== Пример ==
''... на этой странице ещё нет примера, увы.''

==Похожие функции==
{{Client Functions: Other}}
&lt;/div&gt;</rev>
        </revisions>
      </page>
      <page pageid="96" ns="0" title="Vector3">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">{{DISPLAYTITLE:&lt;span style=&quot;display:none&quot;&gt;{{FULLPAGENAME}}&lt;/span&gt;}}
&lt;div class=&quot;page_AboutFunction_shared_frame&quot;&gt;
&lt;table class=&quot;page_infotable&quot;&gt;&lt;tr&gt;&lt;td class=&quot;name_text&quot;&gt;{{PAGENAME}}&lt;/td&gt;&lt;td class=&quot;page_AboutFunction_shared&quot;&gt;Общий конструктор&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
----
Используется для создания объекта трёхмерного вектора, который может быть задействован в дальнейшем.

== Синтаксис ==
&lt;div class=&quot;example_box&quot;&gt;&lt;syntaxhighlight lang=&quot;javascript&quot;&gt;
new Vector3(Number X, Number Y, Number Z)
&lt;/syntaxhighlight&gt;&lt;/div&gt;

*'''X''' - Координаты или угол поворота по оси X.
*'''Y''' - Координаты или угол поворота по оси Y.
*'''Z''' - Координаты или угол поворота по оси Z.

== Результат ==
Возвращает объект типа '''Vector3'''.

== Пример ==
''... на этой странице ещё нет примера, увы.''

==Похожие функции==
{{Client Functions: Other}}
&lt;/div&gt;</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>