Planeshift
|
#include <pscharinventory.h>
Public Member Functions | |
void | Cancel () |
void | Commit () |
InventoryTransaction (psCharacterInventory *what) | |
~InventoryTransaction () | |
Protected Attributes | |
bool | committed |
psCharacterInventory * | myInv |
Definition at line 653 of file pscharinventory.h.
InventoryTransaction::InventoryTransaction | ( | psCharacterInventory * | what | ) | [inline] |
Definition at line 656 of file pscharinventory.h.
InventoryTransaction::~InventoryTransaction | ( | ) | [inline] |
Definition at line 662 of file pscharinventory.h.
void InventoryTransaction::Cancel | ( | ) | [inline] |
Definition at line 672 of file pscharinventory.h.
void InventoryTransaction::Commit | ( | ) | [inline] |
Definition at line 667 of file pscharinventory.h.
bool InventoryTransaction::committed [protected] |
Definition at line 679 of file pscharinventory.h.
psCharacterInventory* InventoryTransaction::myInv [protected] |
Definition at line 678 of file pscharinventory.h.