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

Go to the source code of this file.

Functions

function __init__ ()
 
function create (name, origin, team, shader, alpha, scale)
 
function delete (oldObjPoint)
 
function get_by_index (index)
 
function get_by_name (name)
 
function set_origin_by_name (name, origin)
 
function start_flashing ()
 
function stop_flashing ()
 
function update_origin (origin)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 14 of file objpoints_shared.gsc.

References IS_TRUE.

◆ create()

function create ( name  ,
origin  ,
team  ,
shader  ,
alpha  ,
scale   
)

◆ delete()

function delete ( oldObjPoint  )

Definition at line 79 of file objpoints_shared.gsc.

References destroy(), and get_by_index().

Referenced by create().

◆ get_by_index()

function get_by_index ( index  )

Definition at line 136 of file objpoints_shared.gsc.

Referenced by delete().

◆ get_by_name()

function get_by_name ( name  )

Definition at line 128 of file objpoints_shared.gsc.

References name.

Referenced by create(), set_3d_icon_color(), set_origin_by_name(), and update_world_icon().

◆ set_origin_by_name()

function set_origin_by_name ( name  ,
origin   
)

Definition at line 121 of file objpoints_shared.gsc.

References get_by_name(), name, and update_origin().

◆ start_flashing()

function start_flashing ( )

Definition at line 144 of file objpoints_shared.gsc.

◆ stop_flashing()

function stop_flashing ( )

Definition at line 167 of file objpoints_shared.gsc.

Referenced by update_world_icon().

◆ update_origin()

function update_origin ( origin  )

Definition at line 108 of file objpoints_shared.gsc.

Referenced by set_origin_by_name(), and update_carry_object_origin().