IL-GSC/AW/PC/vehicle_scripts/_attack_drone_individual.gsc
InfinityLoader b2389dbcb9 Full AW Dump
2024-04-22 02:38:24 -04:00

33 lines
972 B
Plaintext

/*******************************************************************
* Decompiled By: Bog
* Decompiled File: _attack_drone_individual.gsc
* Game: Call of Duty: Advanced Warfare
* Platform: PC
* Function Count: 2
* Decompile Time: 45 ms
* Timestamp: 4/22/2024 2:04:28 AM
*******************************************************************/
//Function Number: 1
main(param_00,param_01,param_02)
{
precachemodel(param_00);
maps\_utility::set_console_status();
maps\_vehicle::build_template("attack_drone_individual",param_00,param_01,param_02);
maps\_vehicle::build_localinit(::init_local);
maps\_vehicle::build_deathquake(0.4,0.8,1024);
maps\_vehicle::build_life(499);
maps\_vehicle::build_team("allies");
maps\_vehicle::build_is_helicopter();
}
//Function Number: 2
init_local()
{
self.script_cheap = 1;
self.script_badplace = 0;
self.dontdisconnectpaths = 1;
self.contents = self setcontents(0);
self.ignore_death_fx = 1;
self.delete_on_death = 1;
}