libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
reg_cmd_t Struct Reference

Data Fields

XPLMCommandRef cmd
 
XPLMCommandCallback_f cb
 
bool before
 
void * refcon
 
avl_node_t node
 

Detailed Description

Definition at line 30 of file dr_cmd_reg.c.

Field Documentation

◆ before

bool before

Definition at line 33 of file dr_cmd_reg.c.

◆ cb

XPLMCommandCallback_f cb

Definition at line 32 of file dr_cmd_reg.c.

◆ cmd

XPLMCommandRef cmd

Definition at line 31 of file dr_cmd_reg.c.

◆ node

avl_node_t node

Definition at line 35 of file dr_cmd_reg.c.

◆ refcon

void* refcon

Definition at line 34 of file dr_cmd_reg.c.


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