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