<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vector3%3A%3Amultiply</id>
	<title>Vector3::multiply - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vector3%3A%3Amultiply"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vector3::multiply&amp;action=history"/>
	<updated>2026-06-13T09:21:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vector3::multiply&amp;diff=17694&amp;oldid=prev</id>
		<title>Micaww: Created page with &quot;This function is used to multiply a Vector3 by another Vector3 or scalar.  ==Syntax== &lt;pre&gt; vector.add(Vector3 otherVec); vector.add(number scalar); &lt;/pre&gt;  ===Required Argume...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vector3::multiply&amp;diff=17694&amp;oldid=prev"/>
		<updated>2019-05-31T06:13:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function is used to multiply a Vector3 by another Vector3 or scalar.  ==Syntax== &amp;lt;pre&amp;gt; vector.add(Vector3 otherVec); vector.add(number scalar); &amp;lt;/pre&amp;gt;  ===Required Argume...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function is used to multiply a Vector3 by another Vector3 or scalar.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vector.add(Vector3 otherVec);&lt;br /&gt;
vector.add(number scalar);&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;otherVec:&amp;#039;&amp;#039;&amp;#039; Vector3 or number: The vector or scalar to be added to the callee.&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
* {{RageType|Vector3}} The product.&lt;br /&gt;
&lt;br /&gt;
==Example #1== &lt;br /&gt;
{{ServersideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
const vec1 = new mp.Vector3(100, 100, 100);&lt;br /&gt;
const vec2 = new mp.Vector3(2, 3, 4);&lt;br /&gt;
&lt;br /&gt;
const product = vec1.multiply(vec2); // total = {x: 200, y: 300, z: 400}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Example #2== &lt;br /&gt;
{{ServersideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
const vec1 = new mp.Vector3(20, 40, 60);&lt;br /&gt;
const scalar = 2;&lt;br /&gt;
&lt;br /&gt;
const product = vec1.multiply(scalar); // total = {x: 40, y: 80, z: 120}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Vector3_definition}}&lt;/div&gt;</summary>
		<author><name>Micaww</name></author>
	</entry>
</feed>