Home
last modified time | relevance | path

Searched refs:SetInfluenceView (Results 1 – 8 of 8) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DPlayer.h469 void SetInfluenceView( const char *mtr, const char *skinname, float radius, idEntity *ent );
H A DTarget.cpp1103 player->SetInfluenceView( parm, skin, spawnArgs.GetInt( "visionRadius" ), this ); in Event_Activate()
1215 player->SetInfluenceView( NULL, NULL, 0.0f, NULL ); in Event_RestoreInfluence()
H A DMisc.cpp166 player->SetInfluenceView( spawnArgs.GetString( "mtr_teleportFx" ), NULL, 0.0f, NULL ); in Event_TeleportStage()
178 player->SetInfluenceView( NULL, NULL, 0.0f, NULL ); in Event_TeleportStage()
H A DPlayer.cpp7530 void idPlayer::SetInfluenceView( const char *mtr, const char *skinname, float radius, idEntity *ent… in SetInfluenceView() function in idPlayer
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DTarget.cpp1135 player->SetInfluenceView( parm, skin, spawnArgs.GetInt( "visionRadius" ), this ); in Event_Activate()
1251 player->SetInfluenceView( NULL, NULL, 0.0f, NULL ); in Event_RestoreInfluence()
H A DPlayer.h546 void SetInfluenceView( const char *mtr, const char *skinname, float radius, idEntity *ent );
H A DMisc.cpp166 player->SetInfluenceView( spawnArgs.GetString( "mtr_teleportFx" ), NULL, 0.0f, NULL ); in Event_TeleportStage()
178 player->SetInfluenceView( NULL, NULL, 0.0f, NULL ); in Event_TeleportStage()
H A DPlayer.cpp8906 void idPlayer::SetInfluenceView( const char *mtr, const char *skinname, float radius, idEntity *ent… function in idPlayer