1
0

APIDump: Documented cPickup.

This commit is contained in:
madmaxoft 2013-10-26 19:54:51 +02:00
parent 52f88b9595
commit 73e7d21387

View File

@ -1716,9 +1716,10 @@ a_Player:OpenWindow(Window);
GetAge = { Params = "", Return = "number", Notes = "Returns the number of ticks that the pickup has existed." },
GetItem = { Params = "", Return = "{{cItem|cItem}}", Notes = "Returns the item represented by this pickup" },
IsCollected = { Params = "", Return = "bool", Notes = "Returns true if this pickup has already been collected (is waiting to be destroyed)" },
IsPlayerCreated = { Params = "", Return = "bool", Notes = "Returns true if the pickup was created by a player" },
},
Inherits = "cEntity",
},
}, -- cPickup
cPlayer =
{