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

#include <model.h>

Public Attributes

char name [MAX_NAME_LEN]
 
char parent_name [MAX_NAME_LEN]
 
int parent_submodel
 
int nverts
 
mp_vertverts
 
int goal
 
int type
 
int value
 

Detailed Description

Definition at line 414 of file model.h.

Member Data Documentation

int model_path::goal

Definition at line 420 of file model.h.

char model_path::name[MAX_NAME_LEN]

Definition at line 415 of file model.h.

int model_path::nverts

Definition at line 418 of file model.h.

char model_path::parent_name[MAX_NAME_LEN]

Definition at line 416 of file model.h.

int model_path::parent_submodel

Definition at line 417 of file model.h.

int model_path::type

Definition at line 421 of file model.h.

int model_path::value

Definition at line 422 of file model.h.

mp_vert* model_path::verts

Definition at line 419 of file model.h.


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