FS2_Open
Open source remastering of the Freespace 2 engine
sexp_node Struct Reference

#include <sexp.h>

Public Attributes

char text [TOKEN_LENGTH]
 
int op_index
 
int type
 
int subtype
 
int first
 
int rest
 
int value
 
int flags
 

Detailed Description

Definition at line 1026 of file sexp.h.

Member Data Documentation

int sexp_node::first

Definition at line 1031 of file sexp.h.

int sexp_node::flags

Definition at line 1034 of file sexp.h.

int sexp_node::op_index

Definition at line 1028 of file sexp.h.

int sexp_node::rest

Definition at line 1032 of file sexp.h.

int sexp_node::subtype

Definition at line 1030 of file sexp.h.

char sexp_node::text[TOKEN_LENGTH]

Definition at line 1027 of file sexp.h.

int sexp_node::type

Definition at line 1029 of file sexp.h.

int sexp_node::value

Definition at line 1033 of file sexp.h.


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