Quake II RTX doxygen  1.0 dev
mmove_t Struct Reference

#include <g_local.h>

Public Attributes

int firstframe
 
int lastframe
 
mframe_tframe
 
void(* endfunc )(edict_t *self)
 

Detailed Description

Definition at line 400 of file g_local.h.

Member Data Documentation

◆ endfunc

void(* mmove_t::endfunc) (edict_t *self)

Definition at line 404 of file g_local.h.

Referenced by M_MoveFrame().

◆ firstframe

int mmove_t::firstframe

Definition at line 401 of file g_local.h.

Referenced by M_MoveFrame().

◆ frame

mframe_t* mmove_t::frame

Definition at line 403 of file g_local.h.

Referenced by actor_stand(), and M_MoveFrame().

◆ lastframe

int mmove_t::lastframe

Definition at line 402 of file g_local.h.

Referenced by M_MoveFrame().