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

Go to the source code of this file.

Functions

function load (str_filename, str_table_start, b_convert_numbers=true)
 
function str_to_num (value)
 

Function Documentation

◆ load()

function load ( str_filename  ,
str_table_start  ,
b_convert_numbers  = true 
)

Description:
"Function Name: load( <str_filename>, <str_table_start>, [b_convert_numbers] )"
"Summary: Load a table into an array indexed by the values in the first row and column ( table[ row ][ column ] )." "Module: String"
"Mandatory Argument(s): <string> : The string to strip."
"Optional Argument(s): [b_convert_numbers] : Convert number cells from strings to numbers."
"Example:table::load( "gamedata\tables\cp\blahblah.csv", "tableheader" );"
"Single Player / Multi Player: both"

Definition at line 14 of file table_shared.gsc.

References str_to_num().

Referenced by on_challenge_complete().

◆ str_to_num()

function str_to_num ( value  )

Definition at line 72 of file table_shared.gsc.

Referenced by load().