Home
last modified time | relevance | path

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

/dports/games/vavoom/vavoom-1.33/progs/hexen/game/
H A DMainGameInfo.vc52 SetSeqTrans('Lava', 5, SEQ_Platform);
53 SetSeqTrans('Water', 6, SEQ_Platform);
54 SetSeqTrans('Ice', 7, SEQ_Platform);
55 SetSeqTrans('Earth', 8, SEQ_Platform);
59 SetSeqTrans('DoorHeavy', 1, SEQ_Door);
60 SetSeqTrans('DoorMetal', 2, SEQ_Door);
62 SetSeqTrans('Silence', 4, SEQ_Door);
63 SetSeqTrans('Lava', 5, SEQ_Door);
64 SetSeqTrans('Water', 6, SEQ_Door);
65 SetSeqTrans('Ice', 7, SEQ_Door);
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dpr_cmds.cpp299 IMPLEMENT_FUNCTION(VObject, SetSeqTrans) in IMPLEMENT_FUNCTION() argument
304 GSoundManager->SetSeqTrans(Name, Num, SeqType); in IMPLEMENT_FUNCTION()
H A Dsound.h83 void SetSeqTrans(VName, int, int);
H A Dsnd_data.cpp1274 void VSoundManager::SetSeqTrans(VName Name, int Num, int SeqType) in SetSeqTrans() function in VSoundManager
1276 guard(VSoundManager::SetSeqTrans); in SetSeqTrans()
H A Dvc_object.h383 DECLARE_FUNCTION(SetSeqTrans)
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DObject.vc748 native static final void SetSeqTrans(name Name, int Num, int SeqType);