|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <shipfx.h>
Public Member Functions | |
| WarpEffect () | |
| WarpEffect (object *n_objp, int n_direction) | |
| virtual | ~WarpEffect () |
| void | clear () |
| bool | isValid () |
| virtual void | pageIn () |
| virtual void | pageOut () |
| virtual int | warpStart () |
| virtual int | warpFrame (float frametime) |
| virtual int | warpShipClip () |
| virtual int | warpShipClip (model_render_params *render_info) |
| virtual int | warpShipRender () |
| virtual int | warpShipQueueRender (draw_list *scene) |
| virtual int | warpEnd () |
| virtual int | getWarpPosition (vec3d *output) |
| virtual int | getWarpOrientation (matrix *output) |
Protected Attributes | |
| object * | objp |
| int | direction |
| ship * | shipp |
| ship_info * | sip |
| WarpEffect::WarpEffect | ( | ) |
Definition at line 3431 of file shipfx.cpp.
Definition at line 3436 of file shipfx.cpp.
| void WarpEffect::clear | ( | ) |
Definition at line 3450 of file shipfx.cpp.
Reimplemented in WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3534 of file shipfx.cpp.
Reimplemented in WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3525 of file shipfx.cpp.
| bool WarpEffect::isValid | ( | ) |
Definition at line 3458 of file shipfx.cpp.
|
virtual |
Reimplemented in WE_BSG.
Definition at line 3466 of file shipfx.cpp.
|
virtual |
Definition at line 3469 of file shipfx.cpp.
|
virtual |
Reimplemented in WE_Homeworld, and WE_BSG.
Definition at line 3506 of file shipfx.cpp.
Reimplemented in WE_Hyperspace, WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3481 of file shipfx.cpp.
|
virtual |
Reimplemented in WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3486 of file shipfx.cpp.
|
virtual |
Reimplemented in WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3491 of file shipfx.cpp.
Definition at line 3501 of file shipfx.cpp.
|
virtual |
Reimplemented in WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3496 of file shipfx.cpp.
|
virtual |
Reimplemented in WE_Hyperspace, WE_Homeworld, WE_BSG, and WE_Default.
Definition at line 3473 of file shipfx.cpp.