Pickup.InstantRespawn
From Liberty Unleashed Wiki
This Pickup class member returns/sets whether the given pickup respawns when you hit it.
Syntax
You can either return or set a new value using this member:
Bool pickup.InstantRespawn
pickup.InstantRespawn = bool bRespawn
Arguments
- bRespawn - A boolean representing whether the given pickup respawns when you hit it.
Example
This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
Explanation for the example
-- Todo
Notes
-- List of used functions and other notes here.