OnClientRender: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
(Documented event, lacks example)
Line 1: Line 1:
[[Category:Incomplete Event]]
__NOTOC__
{{Client event}}
This event is triggered every time GTA renders a new frame. It is useful for clientside operations that have to be applied repeatedly with very short time differences between them.


__NOTOC__
==Parameters==
This event is blahblah and is used for blahblah.
''None''


==Syntax==  
==Source==
<syntaxhighlight lang="lua">
The [[event system#Event source|source]] of this event is the client's [[root element]].
void onClientRender ( )
</syntaxhighlight>


==Example==  
==Example==
This example does...
[[Category:Needs Example]]
<syntaxhighlight lang="lua">
 
--This line does...
==See Also==
blabhalbalhb --abababa
{{Event_functions}}
--This line does this...
mooo
</syntaxhighlight>

Revision as of 15:34, 25 September 2007

This event is triggered every time GTA renders a new frame. It is useful for clientside operations that have to be applied repeatedly with very short time differences between them.

Parameters

None

Source

The source of this event is the client's root element.

Example

See Also