FS2_Open
Open source remastering of the Freespace 2 engine
jumpnode.cpp File Reference
#include "hud/hud.h"
#include "jumpnode/jumpnode.h"
#include "model/model.h"
#include "model/modelrender.h"

Go to the source code of this file.

Functions

CJumpNodejumpnode_get_by_name (const char *name)
 
CJumpNodejumpnode_get_which_in (object *objp)
 
void jumpnode_render_all ()
 
void jumpnode_level_close ()
 

Variables

SCP_list< CJumpNodeJump_nodes
 

Function Documentation

CJumpNode* jumpnode_get_by_name ( const char *  name)

Get jump node by given name

Parameters
nameName of jump node
Returns
Jump node object

Definition at line 429 of file jumpnode.cpp.

CJumpNode* jumpnode_get_which_in ( object objp)

Given an object, returns which jump node it's inside (if any)

Parameters
objpObject
Returns
Jump node object or NULL if not in one

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 ( )

Render all function

Note
Only called by FRED

Definition at line 473 of file jumpnode.cpp.

Variable Documentation

SCP_list<CJumpNode> Jump_nodes

Definition at line 16 of file jumpnode.cpp.