nngn
Loading...
Searching...
No Matches
configure.lua File Reference

Functions

local function entry (s, title, text)
 
local function bool (title, init, text)
 
local function int (title, min, max, init, text)
 
local function float (title, min, max, init, div, text)
 

Variables

local os< const > = require "nngn.lib.os"
 
local tools< const > = require "nngn.lib.tools"
 
local ps = {}
 

Function Documentation

◆ bool()

local function bool ( title ,
init ,
text  )
Here is the caller graph for this function:

◆ entry()

local function entry ( s ,
title ,
text  )

◆ float()

local function float ( title ,
min ,
max ,
init ,
div ,
text  )
Here is the call graph for this function:

◆ int()

local function int ( title ,
min ,
max ,
init ,
text  )

Variable Documentation

◆ os< const >

local os< const > = require "nngn.lib.os"

◆ ps

local ps = {}

◆ tools< const >

local tools< const > = require "nngn.lib.tools"