NetBurner 3.5.7
PDF Version
Application Data

Example Path: examples/Configuration/Application/AppData

The examples in this directory show how to use the configuration system to create, modify, and store persistent data values that can be used in user applications.

  • BasicConfigVariables - Shows how to create, modify and store basic config variable types with the config system
  • ConfigClass - Expands on BasicConfigVariables, and shows how to create new class types that inherit from base config objects, and how they can be combined together to create complex objects
  • CustomRangeLimit - Shows how to extend NetBurner's config objects with custom behaviors like min/max checking.
    See also
    config_int_limit
  • NestingConfigObjects - Expands on ConfigClass, and shows how config objects can be grouped together to create a nested hierarchy of data

Examples: