Engine
0.0.6
Game engine in lua
Loading...
Searching...
No Matches
encoder.lua
Go to the documentation of this file.
1
local function
install
(
std
,
game
,
application
, library, name)
2
std
=
std
or {}
3
std
[name] = {
4
encode=library.encode,
5
decode
=library.decode
6
}
7
8
return
{[name]=
std
[name]}
9
end
10
11
local P = {
12
install
=
install
13
}
14
15
return
P
install
local function install(std, game, application, library, name)
decode
local function decode(in_str, out_table)
application
local application
Definition
main.lua:16
game
local game
Definition
main.lua:17
std
local std
Definition
main.lua:18
src
lib
engine
encoder.lua
Generated by
1.12.0