Kohi Game Engine
console_command_context Struct Reference

Context to be passed along with an executing console command (i.e. arguments to the command). More...

#include <console.h>

Data Fields

u8 argument_count
 The number of arguments passed. More...
 
console_command_argumentarguments
 The arguments array. More...
 

Detailed Description

Context to be passed along with an executing console command (i.e. arguments to the command).

Field Documentation

◆ argument_count

u8 argument_count

The number of arguments passed.

◆ arguments

The arguments array.


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