![]() |
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 | AddPreferedPoint (position, min_duration, max_duration, name) |
function | ClearAllPreferedPoints () |
function | ClearPreferedPointsOutsideGoal () |
function | DeletePreferedPoint (name) |
function | RegisterWarlordInterfaceAttributes () |
function | SetWarlordAggressiveMode (b_aggressive_mode) |
function AddPreferedPoint | ( | position | , |
min_duration | , | ||
max_duration | , | ||
name | |||
) |
Definition at line 34 of file archetype_warlord_interface.gsc.
References name.
function ClearAllPreferedPoints | ( | ) |
Definition at line 58 of file archetype_warlord_interface.gsc.
function ClearPreferedPointsOutsideGoal | ( | ) |
Definition at line 69 of file archetype_warlord_interface.gsc.
function DeletePreferedPoint | ( | name | ) |
Definition at line 47 of file archetype_warlord_interface.gsc.
References name.
function RegisterWarlordInterfaceAttributes | ( | ) |
Definition at line 6 of file archetype_warlord_interface.gsc.
References array, and RegisterMatchedInterface().
function SetWarlordAggressiveMode | ( | b_aggressive_mode | ) |
Definition at line 81 of file archetype_warlord_interface.gsc.