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 Syntax subsection
1.1
Required Arguments
1.2
Return value
2
Example
3
See also
Toggle the table of contents
Toggle the table of contents
Gameplay::getAngleBetween2dVectors
Page
Discussion
English
Read
View source
View history
More
Read
View source
View history
From RAGE Multiplayer Wiki
Revision as of 20:03, 6 May 2017 by
Marty uploader
(
talk
|
contribs
)
(yay)
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
Syntax
gameplay
.
getAngleBetween2dVectors
(
x1
,
y1
,
x2
,
y2
);
Required Arguments
x1:
float
y1:
float
x2:
float
y2:
float
Return value
float
Example
todo
See also
Template:Gameplay function c
Categories
:
Clientside API
TODO: Example