OnPickupSpawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (See Also for server events) |
||
Line 21: | Line 21: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{See also/Server event|Pickup events}} | |||
{{ | |||
[[Category:Needs Example]] | [[Category:Needs Example]] |
Revision as of 17:43, 12 January 2008
This event is triggered when a pickup is spawned or respawned.
Parameters
This event has no arguments
Source
The source of this event is the pickup that just spawned or respawned.
Example
This example does...
--This line does... blah() --This line does this... mooo
See Also
Pickup events