IL-GSC/AW/PC/ZM/maps/mp/killstreaks/_marking_util.gsc
2023-10-27 03:49:01 -04:00

18 lines
523 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: maps/mp/killstreaks/_marking_util.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 1
* Decompile Time: 14 ms
* Timestamp: 10/27/2023 2:09:37 AM
*******************************************************************/
//Function Number: 1
playerprocesstaggedassist(param_00)
{
if(level.teambased && isdefined(param_00))
{
thread maps\mp\_events::processassistevent(param_00);
}
}