Function ClassDBSingleton.classGetIntegerConstant

Returns the value of the integer constant name of class or its ancestry. Always returns 0 when the constant could not be found.

long classGetIntegerConstant (
  const(String) _class,
  const(String) name
) nothrow @nogc const;