mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-07 17:17:50 -05:00
18 lines
523 B
Plaintext
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);
|
|
}
|
|
} |