Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Defines the signature of a command with its argument types. More...
Public Member Functions | |
OfCommandSignature (OfCommandCaller *cmd, OfCommand::Create create) | |
void | add_argument (const OfCommandArgument::Type &type, const CoreString &name="") |
const CoreVector < OfCommandArgument::Type > & | get_argument_types () const |
const CoreVector< CoreString > & | get_argument_names () const |
void | set_script_visibility (const bool &value) |
const bool & | get_script_visibility () const |
const OfCommandCaller & | get_command () const |
Friends | |
class | OfCommandCaller |
Defines the signature of a command with its argument types.