Share

acedCmdLookup

C++

inline bool acedCmdLookup(
    const ACHAR* cmdStr, 
    bool globalLookup, 
    AcEdCommandStruc* retStruc, 
    bool skipUndef = false
);

File

aced.h

Description

This function calls acedCmdLookup2(), but it always skips acedDefun'd commands.

Parameters

Parameters Description
cmdStr Input command name for which to search
globalLookup Input 0 or 1 to indicate to search in global or local name list
retStruc Input pointer to an existing AcEdCommandStruc structure
skipUndef Input Boolean indicating whether or not to skip past commands currently marked as undefined

Was this information helpful?