OnClientResourceStop: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Client event}} | {{Client event}} | ||
__NOTOC__ | __NOTOC__ | ||
This event is triggered when a resource is stopped. | This event is triggered when a resource is stopped. | ||
Line 7: | Line 5: | ||
==Parameters== | ==Parameters== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
resource stoppedResource | |||
</syntaxhighlight> | </syntaxhighlight> | ||
==Source== | |||
The [[event system#Event source|source]] of this event is the client [[root element]]. | |||
==Example== | ==Example== | ||
[[Category:Needs example]] | |||
[[Category:Incomplete Event]] | |||
Revision as of 15:37, 25 September 2007
This event is triggered when a resource is stopped.
Parameters
resource stoppedResource
Source
The source of this event is the client root element.