Planeshift
|
#include <messages.h>
Public Member Functions | |
PSF_DECLARE_MSG_FACTORY () | |
psGMSpawnItem (MsgEntry *me) | |
psGMSpawnItem (const char *item, unsigned int count, bool lockable, bool locked, const char *lskill, int lstr, bool pickupable, bool collidable, bool Unpickable, bool Transient, bool SettingItem, bool NPCOwned, bool pickupableWeak, bool random=false, float quality=0.0f, csArray< uint32_t > *mods=0) | |
virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
Converts the message into human readable string. | |
Public Attributes | |
bool | collidable |
unsigned int | count |
csString | item |
bool | lockable |
bool | locked |
csString | lskill |
int | lstr |
csArray< uint32_t > | mods |
bool | NPCOwned |
bool | pickupable |
bool | pickupableWeak |
float | quality |
bool | random |
bool | SettingItem |
bool | Transient |
bool | Unpickable |
Definition at line 5080 of file messages.h.
psGMSpawnItem::psGMSpawnItem | ( | const char * | item, |
unsigned int | count, | ||
bool | lockable, | ||
bool | locked, | ||
const char * | lskill, | ||
int | lstr, | ||
bool | pickupable, | ||
bool | collidable, | ||
bool | Unpickable, | ||
bool | Transient, | ||
bool | SettingItem, | ||
bool | NPCOwned, | ||
bool | pickupableWeak, | ||
bool | random = false , |
||
float | quality = 0.0f , |
||
csArray< uint32_t > * | mods = 0 |
||
) |
psGMSpawnItem::psGMSpawnItem | ( | MsgEntry * | me | ) |
psGMSpawnItem::PSF_DECLARE_MSG_FACTORY | ( | ) |
virtual csString psGMSpawnItem::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Converts the message into human readable string.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
Definition at line 5116 of file messages.h.
Definition at line 5115 of file messages.h.
csString psGMSpawnItem::item |
Definition at line 5114 of file messages.h.
Definition at line 5116 of file messages.h.
Definition at line 5116 of file messages.h.
csString psGMSpawnItem::lskill |
Definition at line 5118 of file messages.h.
Definition at line 5119 of file messages.h.
csArray<uint32_t> psGMSpawnItem::mods |
Definition at line 5122 of file messages.h.
Definition at line 5116 of file messages.h.
Definition at line 5116 of file messages.h.
Definition at line 5116 of file messages.h.
Definition at line 5121 of file messages.h.
Definition at line 5120 of file messages.h.
Definition at line 5116 of file messages.h.
Definition at line 5116 of file messages.h.
Definition at line 5116 of file messages.h.