diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-24 20:57:24 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-24 20:57:24 -0300 |
| commit | 3f557369c7bbd08fdf2e6dbd9271873b20a9a144 (patch) | |
| tree | 28bb9b4ad9c0324036d753eea772855a180c37f3 /reference/enums.hh | |
| parent | b7432b4e74284138f1740f4577b9cb32e1f120d0 (diff) | |
| download | game-3f557369c7bbd08fdf2e6dbd9271873b20a9a144.tar.gz game-3f557369c7bbd08fdf2e6dbd9271873b20a9a144.zip | |
halfway of `map.cc` and start of `objects.cc`
Diffstat (limited to 'reference/enums.hh')
| -rw-r--r-- | reference/enums.hh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/reference/enums.hh b/reference/enums.hh index abbed3d..5e045f3 100644 --- a/reference/enums.hh +++ b/reference/enums.hh @@ -85,27 +85,6 @@ enum ConditionType: int { CONDITION_RANDOM=25 }; -enum INSTANCEATTRIBUTE: int { - CONTENT=0, - CHESTQUESTNUMBER=1, - AMOUNT=2, - KEYNUMBER=3, - KEYHOLENUMBER=4, - DOORLEVEL=5, - DOORQUESTNUMBER=6, - DOORQUESTVALUE=7, - CHARGES=8, - TEXTSTRING=9, - EDITOR=10, - CONTAINERLIQUIDTYPE=11, - POOLLIQUIDTYPE=12, - ABSTELEPORTDESTINATION=13, - RESPONSIBLE=14, - REMAININGEXPIRETIME=15, - SAVEDEXPIRETIME=16, - REMAININGUSES=17 -}; - enum SPECIALMEANING: int { MONEY_ONE=1, MONEY_HUNDRED=2, |
