|
30
|
—
|
|
nfv_add_key
|
Sets multiple datas in file under key and name.
|
|
nfv_set_data
|
Sets data in file under key and name.
|
|
nfv_set_num
|
Sets data as number in file under key and name.
|
|
nfv_add_num
|
Adds to a pre-existing data number in file under key and name.
|
|
nfv_set_float
|
Sets data as a floating point in file under key and name.
|
|
nfv_add_float
|
Adds to pre-existing floating point data in file under key and name.
|
|
nfv_set_bool
|
Sets data as bool in file under key and name.
|
|
nfv_xor_bool
|
Sets data to the opposite of what it was in file under key and name.
|
|
nfv_set_vec
|
Sets data as a vector in file under key and name.
|
|
nfv_set_array
|
Sets data as an array in file under key and name.
|
|
nfv_set_cellarray
|
Sets data as an array in file under key and name.
|
|
nfv_set_cellarray2
|
Sets data as array of strings in file under key and name.
|
|
nfv_get_data
|
Retrieves data in file under key and name.
|
|
nfv_get_num
|
Retrieves data as number form in file under key and name.
|
|
nfv_get_float
|
Retrieves data as floating point form in file under key and name.
|
|
nfv_get_bool
|
Retrieves data as boolean form in file under key and name.
|
|
nfv_get_array
|
Retrieves data as array form in file under key and name.
|
|
nfv_get_vec
|
Retrieves data as vector form in file under key and name.
|
|
nfv_get_cellarray
|
Retrieves data as cellarray form in file under key and name.
|
|
nfv_get_cellarray2
|
Retrieves data as cellarray string form in file under key and name.
|
|
nfv_take_data
|
Removes data in file under key and name.
|
|
nfv_get_linedata
|
Retrieves data in file under key and name with reference to line numbers.
|
|
nfv_prune
|
Removes data from all files in the NFVault folder.
|
|
nfv_touch
|
Updates a file's TimeStamp
|
|
PlayerSaveKey
|
Finds a player's unique save key
|
|
nfv_string_clean
|
Cleans a filename of invalid characters
|
|
nfv_replace_quote
|
Replaces quotation marks with the replacement character.
|
|
nfv_return_quote
|
Replaces replacement characters with a quotation mark.
|
|
nfv_file
|
Returns a file in the nfvault folder
|
|
nfv_create_file
|
Creates a file with a TimeStamp.
|
|
nfv_player_file
|
Finds a player's unique save file
|
|
player_set_data
|
Sets data for a player under key and name.
|
|
player_set_num
|
Sets number for a player under key and name.
|
|
player_add_num
|
Adds number for a player under key and name.
|
|
player_set_float
|
Sets float for a player under key and name.
|
|
player_add_float
|
Adds a float for a player under key and name.
|
|
player_get_data
|
Retrieves data for a player under key and name.
|
|
player_get_num
|
Retrieves data as a number for a player under key and name.
|
|
player_get_float
|
Retrieves data as a float for a player under key and name.
|
|
player_take_data
|
Removes data for a player under key and name.
|
|
nfv_switch_keys
|
Switches two key's in a file.
|
|
nfv_change_key
|
Changes data from one key to another in a file.
|
|
nfv_remove_key
|
Removes all data under a key in a file.
|
|
str_to_bool
|
Returns whether a string should be true or false
|
|
str_to_array
|
Fills an array with numbers from a string
|
|
str_to_vector
|
Fills a vector with numbers from a string
|
|
str_to_cellarray
|
Pushes cells into a cell array with numbers from a string
|
|
str_to_cellarray2
|
Pushes strings into a cell array with substrings from a string
|