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.

struct ClassDBSingleton
@nogc nothrow const
long
classGetIntegerConstant
(
in String _class
,
in String name
)

Meta