OnPickupSpawn

From Multi Theft Auto: Wiki
Revision as of 04:57, 30 December 2007 by ChrML (talk | contribs)
Jump to navigation Jump to search

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