FUNCFLAG_FHIDDEN constant

int const FUNCFLAG_FHIDDEN

The function should not be displayed to the user, although it exists and is bindable.

Implementation

static const FUNCFLAG_FHIDDEN = 64;