![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
function private | ArchetypeHumanRpgBlackboardInit () |
function private | ArchetypeHumanRpgOnAnimscriptedCallback (entity) |
function autoexec | main () |
function | RegisterBehaviorScriptFunctions () |
function private ArchetypeHumanRpgBlackboardInit | ( | ) |
Definition at line 50 of file archetype_human_rpg.gsc.
References ArchetypeHumanRpgOnAnimscriptedCallback(), CreateBlackBoardForEntity(), CreateInterfaceForEntity(), ENABLE_BLACKBOARD_DEBUG_TRACKING, and RegisterUtilityBlackboardAttributes().
Referenced by ArchetypeHumanRpgOnAnimscriptedCallback(), and main().
function private ArchetypeHumanRpgOnAnimscriptedCallback | ( | entity | ) |
Definition at line 73 of file archetype_human_rpg.gsc.
References ArchetypeHumanRpgBlackboardInit().
Referenced by ArchetypeHumanRpgBlackboardInit().
function autoexec main | ( | ) |
Definition at line 34 of file archetype_human_rpg.gsc.
References add_archetype_spawn_function(), ARCHETYPE_HUMAN_RPG, ArchetypeHumanRpgBlackboardInit(), RegisterBehaviorScriptFunctions(), and RegisterHumanRpgInterfaceAttributes().
function RegisterBehaviorScriptFunctions | ( | ) |
Definition at line 46 of file archetype_human_rpg.gsc.
Referenced by main().