OnClientResourceStart: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (See Also for client resource events)
Line 15: Line 15:
==Example==  
==Example==  
[[Category:Needs Example]]
[[Category:Needs Example]]
==See Also==
===Client resource events===
{{Client_resource_events}}
===Client event functions===
{{Client_event_functions}}

Revision as of 12:50, 12 January 2008

This event is triggered when a resource is started. Please note that this is not triggered the same side as the serverside variant onResourceStart. The event is triggered when any clientside resources are started. This means it is triggered when a clientside script is initiated after a download, which includes downloading after join.

Parameters

resource startedResource
  • startedResource: the resource that was started.

Source

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

Example

See Also

Client resource events


Client event functions