QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
bfunction_t Struct Reference

Duplicate the dfunction_t descriptor with the addition of a pointer to the builtin function. More...

Collaboration diagram for bfunction_t:
[legend]

Data Fields

dfunction_tdescriptor
 
pr_int_t first_statement
 
builtin_proc func
 
pr_int_t locals
 
pr_int_t numparms
 
uint8_t parm_size [MAX_PARMS]
 
pr_int_t parm_start
 
pr_int_t profile
 

Detailed Description

Duplicate the dfunction_t descriptor with the addition of a pointer to the builtin function.

Avoids a level of indirection when calling a builtin function.

Field Documentation

dfunction_t* descriptor
pr_int_t first_statement
pr_int_t locals
pr_int_t numparms
uint8_t parm_size[MAX_PARMS]
pr_int_t parm_start
pr_int_t profile

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