$weather_attributes

Perms:+variables +methods +code +core
Size:2,432 bytes (on disk)
Manager:$weather_attributes
Writer:(none)
Parents:$has_commands, $weather_system
Associated Help:$help_sys_weather_attributes
Credit:Created 07-Feb-1997 as a part of ColdCore, see: @help Credit


[List Methods] [Hide Variables]

Variables:

$root variables:
  manager: $weather_attributes
  flags: ['variables, 'methods, 'code, 'core]
  created_on: 855309872
  inited: 1
  managed: [$weather_attributes]
$weather_attributes variables:
  attributes: #[[ "precipitation",
                  ["fine", "drizzle", "rain", "shower", "snow"]],
                ["humidity", ["dry", "fine", "humid"]],
                ["temperature", ["hot", "warm", "cold", "freezing"]],
                ["visibility", ["clear", "hazy", "murky"]],
                ["clouds", ["clear", "cloudy", "overcast"]],
                ["wind", ["serene", "windy", "stormy"]]]
  extra_attributes: #[]
$has_commands variables:
  shortcuts: #[]
  remote: #[[ "@awa",
              [ [ "@awa",
                  "* values * to *",
                  "@awa <any> values <any> to <this>",
                  'add_attrib_cmd,
                  #[[1, ['any, []]], [3, ['any, []]], [5, ['this, []]]]]]],
            [ "@dwa",
              [ [ "@dwa",
                  "* from *",
                  "@dwa <any> from <this>",
                  'del_attrib_cmd,
                  #[[1, ['any, []]], [3, ['this, []]]]]]],
            [ "@lwa",
              [ [ "@lwa",
                  "*",
                  "@lwa <this>",
                  'list_attribs_cmd,
                  #[[1, ['this, []]]]]]],
            [ "@aea",
              [ [ "@aea",
                  "* values * to *",
                  "@aea <any> values <any> to <this>",
                  'add_extra_cmd,
                  #[[1, ['any, []]], [3, ['any, []]], [5, ['this, []]]]]]],
            [ "@add-weather-attribute",
              [ [ "@add-weather-attribute",
                  "* values * to *",
                  "@add-weather-attribute <any> values <any> to <this>",
                  'add_attrib_cmd,
                  #[[1, ['any, []]], [3, ['any, []]], [5, ['this, []]]]]]],
            [ "@del-weather-attribute",
              [ [ "@del-weather-attribute",
                  "* from *",
                  "@del-weather-attribute <any> from <this>",
                  'del_attrib_cmd,
                  #[[1, ['any, []]], [3, ['this, []]]]]]],
            [ "@list-weather-attributes",
              [ [ "@list-weather-attributes",
                  "*",
                  "@list-weather-attributes <this>",
                  'list_attrib_cmd,
                  #[[1, ['this, []]]]]]],
            [ "@add-extra-attribute",
              [ [ "@add-extra-attribute",
                  "* values * to *",
                  "@add-extra-attribute <any> values <any> to <this>",
                  'add_extra_cmd,
                  #[[1, ['any, []]], [3, ['any, []]], [5, ['this, []]]]]]]]
  local: #[]


the Cold Dark