πŸŸͺsam.Config.get

any sam.Config.get( string key, (optional) any default_return = nil )

Description

Get a config's value, if it's nil then default_return will be returned.

Aguments

  1. string key

  2. (optional) any default_return = nil

Returns

Last updated