‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
warlord.csc
Go to the documentation of this file.
1 #using scripts\shared\ai_shared;
2 #using scripts\shared\clientfield_shared;
3 #using scripts\shared\system_shared;
4 
5 #insert scripts\shared\shared.gsh;
6 #insert scripts\shared\version.gsh;
7 #insert scripts\shared\ai\warlord.gsh;
8 #insert scripts\shared\archetype_shared\archetype_shared.gsh;
9 
10 #namespace WarlordClientUtils;
11 
12 function ‪warlordDamageStateHandler( localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump ) {}
13 
14 function ‪warlordTypeHandler( localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump ) {}
15 
16 function ‪warlordThrusterHandler( localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump ) {}
17 
18 function ‪warlordLightsHandler( localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump ) {}
19 
20 // end of #namespace WarlordClientUtils
‪warlordThrusterHandler
‪function warlordThrusterHandler(localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
Definition: warlord.csc:16
‪warlordDamageStateHandler
‪function warlordDamageStateHandler(localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
Definition: warlord.csc:12
‪warlordLightsHandler
‪function warlordLightsHandler(localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
Definition: warlord.csc:18
‪warlordTypeHandler
‪function warlordTypeHandler(localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
Definition: warlord.csc:14