‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
destructible_character.csc
Go to the documentation of this file.
1 #using scripts\codescripts\struct;
2 #using scripts\shared\ai\systems\gib;
3 #using scripts\shared\clientfield_shared;
4 
5 #insert scripts\shared\shared.gsh;
6 #insert scripts\shared\version.gsh;
7 #insert scripts\shared\ai\systems\destructible_character.gsh;
8 
9 function ‪AddDestructPieceCallback( localClientNum, entity, pieceNumber, callbackFunction ) {}
10 
‪AddDestructPieceCallback
‪function AddDestructPieceCallback(localClientNum, entity, pieceNumber, callbackFunction)
Definition: destructible_character.csc:9