Home
last modified time | relevance | path

Searched refs:tac_txah (Results 1 – 6 of 6) sorted by relevance

/dports/games/avp/avp-20170505/src/include/
H A Dshape.h934 TXANIMHEADER tac_txah; member
/dports/games/avp/avp-20170505/src/
H A Dkshape.c2856 taptr->tac_txah.txa_flags = txah->txa_flags; in GetTxAnimHeaderFromShape()
2857 taptr->tac_txah.txa_state = txah->txa_state; in GetTxAnimHeaderFromShape()
2858 taptr->tac_txah.txa_numframes = txah->txa_numframes; in GetTxAnimHeaderFromShape()
2859 taptr->tac_txah.txa_framedata = txah->txa_framedata; in GetTxAnimHeaderFromShape()
2860 taptr->tac_txah.txa_currentframe = txah->txa_currentframe; in GetTxAnimHeaderFromShape()
2861 taptr->tac_txah.txa_maxframe = txah->txa_maxframe; in GetTxAnimHeaderFromShape()
2862 taptr->tac_txah.txa_speed = txah->txa_speed; in GetTxAnimHeaderFromShape()
2973 LOCALASSERT(&(taptr->tac_txah)); in ControlTextureAnimation()
2974 UpdateTxAnim(&taptr->tac_txah); in ControlTextureAnimation()
2982 txah->txa_currentframe = taptr->tac_txah.txa_currentframe; in ControlTextureAnimation()
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_lnksw.c216 pnew_txactrlblk->tac_txah.txa_flags |= txa_flag_play; in LinkSwitchBehaveInit()
H A Dbh_binsw.c147 pnew_txactrlblk->tac_txah.txa_flags |= txa_flag_play; in BinarySwitchBehaveInit()
H A Dbh_debri.c459 pnew_txactrlblk->tac_txah.txa_currentframe = 0; in SetupSimpleAnimation()
460 pnew_txactrlblk->tac_txah.txa_flags = txa_flag_play|txa_flag_noloop; in SetupSimpleAnimation()
H A Dweapons.c4246 pnew_txactrlblk->tac_txah.txa_currentframe = 0; in InitThisWeapon()
4247 pnew_txactrlblk->tac_txah.txa_flags |= txa_flag_play; in InitThisWeapon()