registerActionEnum

register enum items as action names and ids for lookup by actionIdToName and actionNameToId functions (names will be generated as "EnumName.EnumItemName")

void
registerActionEnum
(
T
)
()
if (
is(T == enum)
)

Meta