mirror of
https://github.com/InfinityLoader/IL-GSC.git
synced 2025-06-27 18:07:53 -05:00
Full AW Dump
This commit is contained in:
34
AW/PC/animscripts/turret/zipline_gun.gsc
Normal file
34
AW/PC/animscripts/turret/zipline_gun.gsc
Normal file
@ -0,0 +1,34 @@
|
||||
/*******************************************************************
|
||||
* Decompiled By: Bog
|
||||
* Decompiled File: turret\zipline_gun.gsc
|
||||
* Game: Call of Duty: Advanced Warfare
|
||||
* Platform: PC
|
||||
* Function Count: 1
|
||||
* Decompile Time: 27 ms
|
||||
* Timestamp: 4/22/2024 1:59:47 AM
|
||||
*******************************************************************/
|
||||
|
||||
//Function Number: 1
|
||||
main()
|
||||
{
|
||||
self.a.movement = "stop";
|
||||
var_00 = self getturret();
|
||||
var_01 = 0;
|
||||
if(issubstr(var_00.model,"_left"))
|
||||
{
|
||||
var_01 = 1;
|
||||
}
|
||||
|
||||
if(var_01)
|
||||
{
|
||||
self.primaryturretanim = %ziplinegunnerleft_aim;
|
||||
}
|
||||
else
|
||||
{
|
||||
self.primaryturretanim = %ziplinegunnerright_aim;
|
||||
}
|
||||
|
||||
self clearanim(%body,0.2);
|
||||
self setturretanim(self.primaryturretanim);
|
||||
self setanimknobrestart(self.primaryturretanim,1,0.2,1);
|
||||
}
|
Reference in New Issue
Block a user