| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
#include <shipfx.h>
  
 Public Member Functions | |
| WE_Hyperspace (object *n_objp, int n_direction) | |
| virtual int | warpStart () | 
| virtual int | warpFrame (float frametime) | 
  Public Member Functions inherited from WarpEffect | |
| WarpEffect () | |
| WarpEffect (object *n_objp, int n_direction) | |
| virtual | ~WarpEffect () | 
| void | clear () | 
| bool | isValid () | 
| virtual void | pageIn () | 
| virtual void | pageOut () | 
| 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) | 
Additional Inherited Members | |
  Protected Attributes inherited from WarpEffect | |
| object * | objp | 
| int | direction | 
| ship * | shipp | 
| ship_info * | sip | 
Definition at line 4451 of file shipfx.cpp.
Reimplemented from WarpEffect.
Definition at line 4507 of file shipfx.cpp.
      
  | 
  virtual | 
Reimplemented from WarpEffect.
Definition at line 4478 of file shipfx.cpp.