summaryrefslogtreecommitdiffstats
path: root/source/Entities/Pickup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved entity spawning into cEntity::Initialize().madmaxoft2013-08-251-2/+0
| | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code.
* Added cPickup:IsCollected() to the Lua API.madmaxoft2013-08-191-0/+3
|
* Added cPickup:GetAge() the the Lua API.madmaxoft2013-08-191-3/+2
|
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+59