enumNum Function

Retrieves the ID for an enumeration.


int enumNum(enum enum)

Parameter

Description

enum

The enumeration to return the ID for.

The ID of enum.

static void enumNum(Args _args)
{
    int i;
    ;
    i = enumNum(ABC);
    print i;
    pause;
}

Community Additions

ADD
Show: