ENGINE_CTRL_GET_CMD_FLAGS

With this command, the return value is the OR'd combination of ENGINE_CMD_FLAG_*** values that indicate what kind of input a given engine-specific ctrl command expects.

extern (C) nothrow @nogc
enum ENGINE_CTRL_GET_CMD_FLAGS = 18;

Meta