‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_demo.csc File Reference

Go to the source code of this file.

Functions

function __init__ ()
 
function player_on_connect (localClientNum)
 
function watch_predicted_player_changes (localClientNum)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 17 of file _zm_demo.csc.

References DEFAULT, on_localclient_connect(), and player_on_connect().

◆ player_on_connect()

function player_on_connect ( localClientNum  )

Definition at line 26 of file _zm_demo.csc.

References watch_predicted_player_changes().

Referenced by __init__().

◆ watch_predicted_player_changes()

function watch_predicted_player_changes ( localClientNum  )

Definition at line 32 of file _zm_demo.csc.

References WAIT_CLIENT_FRAME.

Referenced by player_on_connect().