Kohi Game Engine
console_command_argument Struct Reference

Represents a single console command argument's value. Always represented as a string, it is up to the console command function to interpret and convert it to the required type during processing. More...

#include <console.h>

Data Fields

const char * value
 The argument's value. More...
 

Detailed Description

Represents a single console command argument's value. Always represented as a string, it is up to the console command function to interpret and convert it to the required type during processing.

Field Documentation

◆ value

const char* value

The argument's value.


The documentation for this struct was generated from the following file: