This website works better with JavaScript.
Explore
Help
Sign In
RageCage64
/
flb_lua_tester
mirror of
https://github.com/RageCage64/flb_lua_tester.git
Watch
1
Star
0
Fork
You've already forked flb_lua_tester
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
flb_lua_tester
/
examples
/
example.lua
5 lines
104 B
Lua
Raw
Permalink
Blame
History
function
filter_entry
(
tag
,
timestamp
,
record
)
record
[
"
y
"
]
=
"
z
"
return
0
,
timestamp
,
record
end
Reference in New Issue
View Git Blame
Copy Permalink