ManaPlus
|
#include <maptypeproperty2.h>
Data Fields | |
uint32_t | party: 1 |
uint32_t | guild: 1 |
uint32_t | siege: 1 |
uint32_t | mineffect: 1 |
uint32_t | nolockon: 1 |
uint32_t | countpk: 1 |
uint32_t | nopartyformation: 1 |
uint32_t | bg: 1 |
uint32_t | noitemconsumption: 1 |
uint32_t | usecart: 1 |
uint32_t | summonstarmiracle: 1 |
uint32_t | SpareBits: 15 |
Definition at line 29 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::bg |
Definition at line 41 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::countpk |
Definition at line 38 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::guild |
Definition at line 34 of file maptypeproperty2.h.
Referenced by EAthena::BeingRecv::processMapTypeProperty().
uint32_t EAthena::MapTypeProperty2Bits::mineffect |
Definition at line 36 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::noitemconsumption |
Definition at line 42 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::nolockon |
Definition at line 37 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::nopartyformation |
Definition at line 39 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::party |
Definition at line 33 of file maptypeproperty2.h.
Referenced by EAthena::BeingRecv::processMapTypeProperty().
uint32_t EAthena::MapTypeProperty2Bits::siege |
Definition at line 35 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::SpareBits |
Definition at line 45 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::summonstarmiracle |
Definition at line 44 of file maptypeproperty2.h.
uint32_t EAthena::MapTypeProperty2Bits::usecart |
Definition at line 43 of file maptypeproperty2.h.