doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
opcode_s Struct Reference

#include <Script_Compiler.h>

Public Attributes

const char * name
 
const char * opname
 
int priority
 
bool rightAssociative
 
idVarDeftype_a
 
idVarDeftype_b
 
idVarDeftype_c
 

Detailed Description

Definition at line 33 of file Script_Compiler.h.

Member Data Documentation

const char* opcode_s::name

Definition at line 34 of file Script_Compiler.h.

const char* opcode_s::opname

Definition at line 35 of file Script_Compiler.h.

int opcode_s::priority

Definition at line 36 of file Script_Compiler.h.

bool opcode_s::rightAssociative

Definition at line 37 of file Script_Compiler.h.

idVarDef* opcode_s::type_a

Definition at line 38 of file Script_Compiler.h.

idVarDef* opcode_s::type_b

Definition at line 39 of file Script_Compiler.h.

idVarDef* opcode_s::type_c

Definition at line 40 of file Script_Compiler.h.


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