Home
last modified time | relevance | path

Searched refs:se_instantChatAction (Results 1 – 2 of 2) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DePlayer.h116 static uActionPlayer *se_instantChatAction[MAX_INSTANT_CHAT]; variable
H A DePlayer.cpp1079 uActionPlayer *ePlayer::se_instantChatAction[MAX_INSTANT_CHAT]; member in ePlayer
3803 uActionPlayer* pcompare = se_instantChatAction[i]; in Act()
3894 ePlayer::se_instantChatAction[i]=tNEW(uActionPlayer) (id, desc, help); in Init()
3912 tDESTROY(ePlayer::se_instantChatAction[i]); in Exit()