Method
FoundryCliCommandTreecomplete
Declaration [src]
char**
foundry_cli_command_tree_complete (
FoundryCliCommandTree* self,
FoundryCommandLine* command_line,
const char* line,
int point,
const char* current
)
Parameters
command_line-
Type:
FoundryCommandLineNo description available.
The data is owned by the caller of the method. line-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. point-
Type:
intNo description available.
current-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.