Additional information to be displayed about the currently selected entry. C4MN_ values are now also defined as constants:
Constant |
Value |
Effect |
C4MN_Extra_None |
0 |
Nothing |
C4MN_Extra_Components |
1 |
Components |
C4MN_Extra_Value |
2 |
Value |
C4MN_Extra_MagicValue |
3 |
Value as magic value. iExtraData is also displayed for comparison, e.g. "50/100". |
C4MN_Extra_Info |
4 |
Display object description immediately |
C4MN_Extra_ComponentsMagic |
5 |
Display components and magic value |
C4MN_Extra_LiveMagicValue |
6 |
Same as C4MN_Extra_MagicValue but the value is updated continuously. |
C4MN_Extra_ComponentsLiveMagic |
7 |
Same as C4MN_Extra_ComponentsMagic but the value is updated continuously. |