SetPickupRespawnInterval: Difference between revisions
Jump to navigation
Jump to search
m (Needs example) |
OpenIDUser32 (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
==Example== | ==Example== | ||
{{Example}} | |||
==See Also== | ==See Also== | ||
{{Pickup functions}} | {{Pickup functions}} | ||
Revision as of 05:53, 21 November 2011
Sets the time it takes for a pickup to respawn after a player picked it up.
Syntax
bool setPickupRespawnInterval ( pickup thePickup, int ms )
Required Arguments
- thePickup: the pickup to set the respawn time of
- ms: the new respawn time in ms
Returns
Returns true if the new respawn time was set successfully, false otherwise.
Example
Script Example Missing Function SetPickupRespawnInterval needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
-- TODO
See Also