lib_sto function library

Dependencies: lib_2da, lib_anon, lib_array, lib_fn, lib_ini, lib_sfo, lib_struct, lib_sugar, lib_tools, lib_ui

Description

Functions specifically aimed at editing .sto files.

Public functions

sto_copy(tv:i, allow_missing:i, debug:i=1, sto:s, source_path:s, source_location:s, source_locbase:s, path:s, location:s, locbase:s, edits:s)=() action

General copier for sto files. No special features.

sto_edit(tv:i, allow_missing:i, debug:i=1, edit_strrefs_in_place:i, sto:s, path:s, location:s, locbase:s, edits:s)=() action

General editer for sto files. No special features.

sto_make(debug:i=1, sto:s, version:s, path:s, location:s, locbase:s, edits:s)=() action

General maker for sto files. No special features.