nngn
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
map.lua File Reference

Functions

local function call (msg, name, f,...)
 
local function cancel ()
 
local function init (t)
 
local function reset (t)
 
local function map (t)
 
local function next (f)
 
local function key_callback (...)
 
local function on_collision (...)
 

Variables

local state = require "nngn.lib.state"
 
local texture = require "nngn.lib.texture"
 
local MAP = {}
 
 name = name
 
 file = file
 
 data = data
 
 map = map
 
 next = next
 
 key_callback = key_callback
 
 on_collision = on_collision
 

Function Documentation

◆ call()

local function call ( msg ,
name ,
f ,
... )
Here is the caller graph for this function:

◆ cancel()

local function cancel ( )
Here is the caller graph for this function:

◆ init()

local function init ( t )

◆ key_callback()

local function key_callback ( ...)

◆ map()

local function map ( t )

◆ next()

local function next ( f )

◆ on_collision()

local function on_collision ( ...)

◆ reset()

local function reset ( t )

Variable Documentation

◆ data

data = data

◆ file

file = file

◆ key_callback

key_callback = key_callback

◆ MAP

local MAP = {}

◆ map

map = map

◆ name

name = name

◆ next

next = next

◆ on_collision

on_collision = on_collision

◆ state

local state = require "nngn.lib.state"

◆ texture

local texture = require "nngn.lib.texture"