|
|
@ -1345,7 +1345,7 @@ private:
|
|
|
|
PROP2(_CreatorId, CEntityId, _CreatorId, _CreatorId=val)\
|
|
|
|
PROP2(_CreatorId, CEntityId, _CreatorId, _CreatorId=val)\
|
|
|
|
PROP2(_PhraseId, string, getPhraseId(), setPhraseId(val))\
|
|
|
|
PROP2(_PhraseId, string, getPhraseId(), setPhraseId(val))\
|
|
|
|
LPROP2(_PhraseLiteral, bool, if (_PhraseLiteral), _PhraseLiteral, _PhraseLiteral=val)\
|
|
|
|
LPROP2(_PhraseLiteral, bool, if (_PhraseLiteral), _PhraseLiteral, _PhraseLiteral=val)\
|
|
|
|
LSTRUCT2(_CraftParameters, if (_CraftParameters != NULL), _CraftParameters->store(pdr), _CraftParameters = new CItemCraftParameters; _CraftParameters->apply(pdr))\
|
|
|
|
LSTRUCT2(_CraftParameters, if (_CraftParameters), _CraftParameters->store(pdr), _CraftParameters = new CItemCraftParameters; _CraftParameters->apply(pdr))\
|
|
|
|
LPROP2(_SlotImage, uint16, if (0), 0xffff, slotImage=val) /* Very old version compatibility */ \
|
|
|
|
LPROP2(_SlotImage, uint16, if (0), 0xffff, slotImage=val) /* Very old version compatibility */ \
|
|
|
|
LPROP2(_SapLoad, uint32, if (_SapLoad!=0), _SapLoad, _SapLoad=val)\
|
|
|
|
LPROP2(_SapLoad, uint32, if (_SapLoad!=0), _SapLoad, _SapLoad=val)\
|
|
|
|
LPROP2(_Dropable, bool, if (!_Dropable), _Dropable, _Dropable=val)\
|
|
|
|
LPROP2(_Dropable, bool, if (!_Dropable), _Dropable, _Dropable=val)\
|
|
|
|