![]() |
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 | Migration_GetIndexForPlayer (player) |
function | Migration_OnPlayerConnect () |
function | Migration_SetupGameType () |
function | Migration_SetupPlayerData (player, index) |
function | Migration_WriteGameData () |
function | Migration_WritePlayerData (player, i) |
function | Migration_WriteTeamData (team) |
function | UpdateHostmigrationData () |
function Migration_GetIndexForPlayer | ( | player | ) |
Definition at line 9 of file simple_hostmigration.gsc.
function Migration_OnPlayerConnect | ( | ) |
Definition at line 17 of file simple_hostmigration.gsc.
function Migration_SetupGameType | ( | ) |
Definition at line 5 of file simple_hostmigration.gsc.
Referenced by CodeCallback_Migration_SetupGameType().
function Migration_SetupPlayerData | ( | player | , |
index | |||
) |
Definition at line 13 of file simple_hostmigration.gsc.
function Migration_WriteGameData | ( | ) |
Definition at line 21 of file simple_hostmigration.gsc.
function Migration_WritePlayerData | ( | player | , |
i | |||
) |
Definition at line 29 of file simple_hostmigration.gsc.
function Migration_WriteTeamData | ( | team | ) |
Definition at line 25 of file simple_hostmigration.gsc.
function UpdateHostmigrationData | ( | ) |
Definition at line 33 of file simple_hostmigration.gsc.