OnClientCursorMove: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 6: Line 6:
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
void onClientCursorMove ( float cursorX, float cursorY )
void onClientCursorMove ( float cursorX, float cursorY, int absoluteX, int absoluteY, float worldX, float worldY, float worldZ )
</syntaxhighlight>  
</syntaxhighlight>  



Revision as of 13:06, 18 May 2007


This event is blahblah and is used for blahblah.

Syntax

void onClientCursorMove ( float cursorX, float cursorY, int absoluteX, int absoluteY, float worldX, float worldY, float worldZ )

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo