Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lua

How can I get only the decimal from a float in lua?

lua

Error when defining a function using a field name (`'(' expected near '['`)

lua love2d

Lua: string.rep nested inside string.gsub?

string lua gsub repeat

Get file creation time with lua

file time lua

How to call a Lua method on startup in NGINX?

nginx lua

Writing a lua C module for Lua 5.X

c lua

New to LUA, i have question about my script

lua

Why I can use a function to set a table index using arguments but i can't set a varble passed as a parameter

lua

Defining Lua methods as initialization

methods lua initializer

The ‘gitsigns’ plugin outputs an error E5560 in neovim

Lua - What can it do exactly? [closed]

lua macros

lua os.execute() return wrong value

lua

how to get the second return value of a function in a if condition in Lua?

lua

How to skip optional parameters in Lua?

lua optional-parameters

Lua error did not pass boolean

c lua boolean-logic luac

How to get metatable set by lua from Lua C API

c lua lua-api

How do I use applyLinearImpulse based on rotation in Corona / Lua

mobile lua game-development

Is there a way to tell the difference between a parameter in a function being omitted, and the parameter being passed being nil?

function lua

Calling Lua function from C++ not working with 2 defined functions

c++ lua