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

Functions

function test_data ()
 
function test_load ()
 
function test_remove ()
 
function test_stop ()
 
function test_next ()
 
function test_move ()
 
function test_move_diag ()
 
function test_move_running ()
 
function test_fairy ()
 
function test_light ()
 
function test_flashlight ()
 
function test_move_all ()
 

Variables

 camera = require "nngn.lib.camera"
 
 common = require "tests/lua/common"
 
 entity = require "nngn.lib.entity"
 
 nngn_math = require "nngn.lib.math"
 
 player = require "nngn.lib.player"
 
 utils = require "nngn.lib.utils"
 

Function Documentation

◆ test_data()

function test_data ( )

◆ test_fairy()

function test_fairy ( )

◆ test_flashlight()

function test_flashlight ( )

◆ test_light()

function test_light ( )

◆ test_load()

function test_load ( )

◆ test_move()

function test_move ( )

◆ test_move_all()

function test_move_all ( )

◆ test_move_diag()

function test_move_diag ( )

◆ test_move_running()

function test_move_running ( )

◆ test_next()

function test_next ( )

◆ test_remove()

function test_remove ( )

◆ test_stop()

function test_stop ( )

Variable Documentation

◆ camera

camera = require "nngn.lib.camera"

◆ common

common = require "tests/lua/common"

◆ entity

entity = require "nngn.lib.entity"

◆ nngn_math

nngn_math = require "nngn.lib.math"

◆ player

player = require "nngn.lib.player"

◆ utils

utils = require "nngn.lib.utils"