![]() |
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 | getLoadoutItemFromDDLStats (customClassNum, loadoutSlot) |
function | initWeaponAttachments (weapon) |
function | is_item_excluded (itemIndex) |
function | is_warlord_perk (itemIndex) |
function getLoadoutItemFromDDLStats | ( | customClassNum | , |
loadoutSlot | |||
) |
Definition at line 29 of file loadout_shared.gsc.
References is_item_excluded(), and is_warlord_perk().
Referenced by loadout_get_offhand_count(), and loadout_get_offhand_weapon().
function initWeaponAttachments | ( | weapon | ) |
Definition at line 41 of file loadout_shared.gsc.
Referenced by giveLoadout(), giveWeapons(), and track().
function is_item_excluded | ( | itemIndex | ) |
Definition at line 8 of file loadout_shared.gsc.
Referenced by getDefaultClassSlotWithExclusions(), and getLoadoutItemFromDDLStats().
function is_warlord_perk | ( | itemIndex | ) |
Definition at line 3 of file loadout_shared.gsc.
Referenced by getLoadoutItemFromDDLStats().