OnClientResourceStart: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (Fixed source info)
Line 11: Line 11:


==Source==
==Source==
The [[event system#Event source|source]] of this event is the client [[root element]].
The [[event system#Event source|source]] of this event is the started resource's [[root element]].


==Example==  
==Example==  
[[Category:Needs example]]
[[Category:Needs example]]

Revision as of 15:41, 25 September 2007

This event is triggered when a resource is started.

Parameters

resource startedResource
  • startedResource: the resource that was started.

Source

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

Example