1
0

Add doxycomments to cSlotAreaAnvil functions.

This commit is contained in:
Howaner 2014-05-05 15:45:03 +02:00
parent 8a6119437d
commit c162d69e7b

View File

@ -276,8 +276,10 @@ public:
// cSlotAreaTemporary overrides:
virtual void OnPlayerRemoved(cPlayer & a_Player) override;
/** Can the player take the item from the slot? */
bool CanTakeResultItem(cPlayer & a_Player);
/** This function will call, when the player take the item from the slot. */
void OnTakeResult(cPlayer & a_Player);
/** Handles a click in the item slot. */