Jump to content
Toggle sidebar
RAGE Multiplayer Wiki
Search
Log in
Personal tools
Log in
Navigation
Main page
Recent changes
Random page
Help
Help
FAQ
Tutorials
Server-side NodeJS
Events
Functions
Client-side Javascript
Events
Functions
Server-side .NET C#
Events
Functions
Client-side .NET C#
Events
Functions
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Contents
move to sidebar
hide
Beginning
1
Syntax
Toggle the table of contents
Toggle the table of contents
Vector3::Vector3
Page
Discussion
English
Read
View source
View history
More
Read
View source
View history
From RAGE Multiplayer Wiki
Revision as of 06:59, 16 May 2019 by
RoboN1X
(
talk
|
contribs
)
(category)
(
diff
)
← Older revision
| Latest revision (diff) | Newer revision → (diff)
This function create a vector object.
Syntax
let
vector
=
new
mp
.
Vector3
(
Number
x
,
Number
y
,
Number
z
)
Categories
:
Server-side Function
Client-side Function