Home
last modified time | relevance | path

Searched defs:boltInfo (Results 1 – 17 of 17) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A DFXExport.cpp78 const int boltInfo, CGhoul2Info_v *ghoul2, int iLooptime, qboolean isRelative ) in FX_PlayBoltedEffectID()
84 matrix3_t axis, const int boltInfo, const int entNum, int vol, int rad ) in FX_PlayEntityEffectID()
H A DFxScheduler.cpp54 int CFxScheduler::ScheduleLoopedEffect( int id, int boltInfo, CGhoul2Info_v *ghoul2, bool isPortal,… in ScheduleLoopedEffect()
102 void CFxScheduler::StopEffect( const char *file, int boltInfo, bool isPortal ) in StopEffect()
737 void CFxScheduler::PlayEffect( const char *file, vec3_t origin, matrix3_t axis, const int boltInfo,… in PlayEffect()
790 void CFxScheduler::PlayEffect( int id, vec3_t origin, matrix3_t axis, const int boltInfo, CGhoul2In… in PlayEffect()
1725 int boltInfo; in CreateEffect() local
H A Dcl_cgameapi.cpp447 int boltInfo=0; in CGFX_PlayBoltedEffectID() local
648 static qboolean CL_G2API_AttachEnt( int *boltInfo, void *ghlInfoTo, int toBoltIndex, int entNum, in… in CL_G2API_AttachEnt()
654 static void CL_G2API_SetBoltInfo( void *ghoul2, int modelIndex, int boltInfo ) { in CL_G2API_SetBoltInfo()
H A Dcl_uiapi.cpp584 static void CL_G2API_SetBoltInfo( void *ghoul2, int modelIndex, int boltInfo ) { in CL_G2API_SetBoltInfo()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A DFxScheduler.cpp202 int CFxScheduler::ScheduleLoopedEffect( int id, int boltInfo, bool isPortal, int iLoopTime, bool is… in ScheduleLoopedEffect()
249 void CFxScheduler::StopEffect( const char *file, int boltInfo, bool isPortal ) in StopEffect()
794 void CFxScheduler::PlayEffect( const char *file, vec3_t origin, vec3_t axis[3], const int boltInfo,… in PlayEffect()
1116 void CFxScheduler::PlayEffect( int id, vec3_t origin, vec3_t axis[3], const int boltInfo, const int… in PlayEffect()
H A Dcg_effects.cpp1052 int boltInfo; in CG_PlayEffectBolted() local
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A DFxScheduler.cpp539 void CFxScheduler::PlayEffect( const char *file, vec3_t origin, vec3_t axis[3], const int boltInfo,… in PlayEffect()
841 void CFxScheduler::PlayEffect( int id, vec3_t origin, vec3_t axis[3], const int boltInfo, const int… in PlayEffect()
/dports/games/openjk/OpenJK-07675e2/code/server/
H A Dsv_game.cpp444 static qboolean SV_G2API_AttachEnt( int *boltInfo, CGhoul2Info *ghlInfoTo, int toBoltIndex, int ent… in SV_G2API_AttachEnt()
473 static void SV_G2API_DetachEnt( int *boltInfo ) in SV_G2API_DetachEnt()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_syscalls.c446 void trap_FX_PlayEntityEffect( const char *file, vec3_t org, matrix3_t axis, const int boltInfo, co… in trap_FX_PlayEntityEffect()
455 void trap_FX_PlayEntityEffectID( int id, vec3_t org, matrix3_t axis, const int boltInfo, const int … in trap_FX_PlayEntityEffectID()
605 qboolean trap_G2API_AttachEnt(int *boltInfo, void *ghlInfoTo, int toBoltIndex, int entNum, int toMo… in trap_G2API_AttachEnt()
608 void trap_G2API_SetBoltInfo(void *ghoul2, int modelIndex, int boltInfo) { in trap_G2API_SetBoltInfo()
H A Dcg_local.h401 int boltInfo; member
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_API.cpp1666 void G2API_SetBoltInfo(CGhoul2Info_v &ghoul2, int modelIndex, int boltInfo) in G2API_SetBoltInfo()
1684 qboolean G2API_AttachEnt(int *boltInfo, CGhoul2Info_v& ghoul2, int modelIndex, int toBoltIndex, int… in G2API_AttachEnt()
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A DG2_API.cpp1693 qboolean G2API_AttachEnt(int *boltInfo, CGhoul2Info *ghlInfoTo, int toBoltIndex, int entNum, int to… in G2API_AttachEnt()
1714 void G2API_DetachEnt(int *boltInfo) in G2API_DetachEnt()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_API.cpp1890 void G2API_SetBoltInfo(CGhoul2Info_v &ghoul2, int modelIndex, int boltInfo) in G2API_SetBoltInfo()
1908 qboolean G2API_AttachEnt(int *boltInfo, CGhoul2Info_v& ghoul2, int modelIndex, int toBoltIndex, int… in G2API_AttachEnt()
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_syscalls.c415 void trap_G2API_SetBoltInfo(void *ghoul2, int modelIndex, int boltInfo) { in trap_G2API_SetBoltInfo()
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_gameapi.cpp1602 static void SV_G2API_SetBoltInfo( void *ghoul2, int modelIndex, int boltInfo ) { in SV_G2API_SetBoltInfo()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_syscalls.c873 void trap_G2API_SetBoltInfo(void *ghoul2, int modelIndex, int boltInfo) { in trap_G2API_SetBoltInfo()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dq_shared.h2445 …int boltInfo; // info used for bolting entities to Ghoul2 models - NOT used for bolting ghoul2 m… member