Mana
Loading...
Searching...
No Matches
Classes | Enumerations | Variables
localplayer.h File Reference
#include "being.h"
#include "resources/userpalette.h"
#include "utils/time.h"
#include <guichan/actionlistener.hpp>
#include <guichan/deathlistener.hpp>
#include <memory>

Go to the source code of this file.

Classes

class  AwayListener
 
class  LocalPlayer
 The local player character. More...
 

Enumerations

enum  {
  PICKUP_OKAY , PICKUP_BAD_ITEM , PICKUP_TOO_HEAVY , PICKUP_TOO_FAR ,
  PICKUP_INV_FULL , PICKUP_STACK_FULL , PICKUP_DROP_STEAL
}
 Reasons an item can fail to be picked up. More...
 

Variables

LocalPlayerlocal_player
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Reasons an item can fail to be picked up.

Enumerator
PICKUP_OKAY 
PICKUP_BAD_ITEM 
PICKUP_TOO_HEAVY 
PICKUP_TOO_FAR 
PICKUP_INV_FULL 
PICKUP_STACK_FULL 
PICKUP_DROP_STEAL 

Definition at line 60 of file localplayer.h.

Variable Documentation

◆ local_player

LocalPlayer* local_player
extern

Definition at line 56 of file localplayer.cpp.