dninemfive / wn-mfw

WARNO mod framework.
MIT License
0 stars 0 forks source link

enum aliases #20

Closed dninemfive closed 5 days ago

dninemfive commented 1 month ago

Several enum types could do with some aliases. For example, i already have special handling for setting Nationalite to NATO or PACT, converting these to the underlying equivalents Allied and Axis. Similarly, factories such as Recons could be aliased to REC for convenience and readability.

A standard approach to this using the NdfEnum class would be ideal, but the exact structure eludes me.

dninemfive commented 5 days ago

Complete as of 1374db1 (and probably much earlier).