ENGINE_CMD_FLAG_NO_INPUT

Indicates that the control command takes *no* input. Ie. the control command is unparameterised.

extern (C) nothrow @nogc
enum uint ENGINE_CMD_FLAG_NO_INPUT;

Meta