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
(
StringArg0
StringArg1
)
(
in StringArg0 _class
,
in StringArg1 name
)

Meta