StormLib++ utils Storm Module#
A Synapse Rapid Power-Up that brings useful library code into a Synapse Cortex. It is used by other Power-Ups in the StormLib++ project.
Functions#
getUserOrSystemOptPass an option string and get it from either the user vars or global vars, returns
nullif not found. Example:$utils = $lib.import(slib.utils) $token = $utils.getUserOrSystemOpt("slib:ipinfo:token")