Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
_globallogic_actor.csc
Go to the documentation of this file.
1
#using scripts\codescripts\struct;
2
3
#using scripts\shared\array_shared;
4
#using scripts\shared\callbacks_shared;
5
#using scripts\shared\clientfield_shared;
6
#using scripts\shared\system_shared;
7
#using scripts\shared\util_shared;
8
#using scripts\shared\weapons\_weaponobjects;
9
10
#insert scripts\shared\shared.gsh;
11
#insert scripts\shared\version.gsh;
12
13
#namespace globallogic_actor;
14
15
REGISTER_SYSTEM
(
"globallogic_actor"
, &
__init__
, undefined )
16
17
18
function
__init__
()
19
{
20
level._effect[
"rcbombexplosion"
] =
"killstreaks/fx_rcxd_exp"
;
21
}
22
23
REGISTER_SYSTEM
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
Definition:
shared.gsh:204
__init__
function __init__()
Definition:
_globallogic_actor.csc:18
scripts
mp
gametypes
_globallogic_actor.csc
Generated by
1.8.17