FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt::Commands API

Description

Functions

FORMIT_CORE_EXPORT ::vector< 1::string > FormIt::Commands::GetCommands ()
 Get the list of commands in FormIt.
 
FORMIT_CORE_EXPORT bool FormIt::Commands::DoCommand (1::string const &cmd)
 Execute given command.
 

Function Documentation

◆ DoCommand()

FORMIT_CORE_EXPORT bool FormIt::Commands::DoCommand ( 1::string const &  cmd)

Execute given command.

FormIt.Commands.GetCommands returns the list of available commands.

Parameters
[in]cmd

◆ GetCommands()

FORMIT_CORE_EXPORT ::vector< 1::string > FormIt::Commands::GetCommands ( )

Get the list of commands in FormIt.