classNum Function

Retrieves the ID for a class.


int classNum(class class)

Parameter

Description

class

The ID of the class to return.

The ID of class.

static void classNumExample(Args _args)
{
    int i;
    ;
    i = classNum(Global);
    print i;
    pause;
}

Community Additions

ADD
Show: