| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
Go to the source code of this file.
Classes | |
| class | CJumpNode | 
Macros | |
| #define | JN_USE_DISPLAY_COLOR (1<<0) | 
| #define | JN_SHOW_POLYS (1<<1) | 
| #define | JN_HIDE (1<<2) | 
| #define | JN_SPECIAL_MODEL (1<<3) | 
Functions | |
| CJumpNode * | jumpnode_get_by_name (const char *name) | 
| CJumpNode * | jumpnode_get_which_in (object *objp) | 
| void | jumpnode_render_all () | 
| void | jumpnode_level_close () | 
Variables | |
| SCP_list< CJumpNode > | Jump_nodes | 
| #define JN_HIDE (1<<2) | 
Definition at line 28 of file jumpnode.h.
| #define JN_SHOW_POLYS (1<<1) | 
Definition at line 27 of file jumpnode.h.
| #define JN_SPECIAL_MODEL (1<<3) | 
Definition at line 29 of file jumpnode.h.
| #define JN_USE_DISPLAY_COLOR (1<<0) | 
Definition at line 26 of file jumpnode.h.
| CJumpNode* jumpnode_get_by_name | ( | const char * | name | ) | 
Get jump node by given name
| name | Name of jump node | 
Definition at line 429 of file jumpnode.cpp.
Given an object, returns which jump node it's inside (if any)
| objp | Object | 
Definition at line 448 of file jumpnode.cpp.
| void jumpnode_level_close | ( | ) | 
Level cleanup
Definition at line 485 of file jumpnode.cpp.
| void jumpnode_render_all | ( | ) | 
Definition at line 16 of file jumpnode.cpp.