Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
ai_profile.gsc
Go to the documentation of this file.
1
#insert scripts\shared\shared.gsh;
2
3
class
AIProfile_ScopedSampler_t
4
{
5
function
start
(
name
) { AIProfile_BeginEntry(
name
); }
6
destructor
() { AIProfile_EndEntry(); }
7
}
AIProfile_ScopedSampler_t::destructor
destructor()
Definition:
ai_profile.gsc:6
AIProfile_ScopedSampler_t
Definition:
ai_profile.gsc:3
AIProfile_ScopedSampler_t::start
function start(name)
Definition:
ai_profile.gsc:5
name
class GroundFx name
scripts
shared
ai
systems
ai_profile.gsc
Generated by
1.8.17