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

Functions

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

Variables

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

Function Documentation

◆ bool()

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

◆ entry()

function entry ( s  ,
title  ,
text   
)

◆ float()

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

◆ int()

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

Variable Documentation

◆ os< const >

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

◆ ps

ps = {}

◆ tools< const >

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