5:55
Learning Lua: Why you need Functions in your scripts and how to pass values to them
Unlock the power of Lua programming with my latest book, "Learning Lua." Whether you're a beginner or an experienced coder, ...
7:01
Functions as First Class Objects - Callback Functions & Anonymous Functions - Lua Tutorial!
Functions in Lua are first class objects and technically all of them are anonymous. Let's talk about what that actually means, and ...
6:56
In this video we take a look at the basic "must-know" features of functions, What they do and how they are useful. If you have any ...
4:05
Variable number of arguments in Function : Lua Tutorial Series # 9
Lua allows programmer to pass variable number of arguments in function calling. this video will this concept with help of simple ...
9:24
Today we're looking at the last element in our series of exploring data types, functions. We look at how we can use functions are ...
10:05
Passing Arguments Along With Script Inputs/Outputs in Half-Life: Workshop Tools Using Lua
In this tutorial I take a look at passing arguments along with script function calls from entities. This is based on an earlier Half-Life: ...
6:29
In this tutorial we go over creating and using functions. Twitter: https://twitter.com/KarmaKilledTC.
0:26
Code issue: Using variable arguments Technology: lua Source: https://onelinerhub.com/lua/using-variable-arguments.
1:35
Array : Passing table values as function arguments in Lua 4 without the "call" function
Array : Passing table values as function arguments in Lua 4 without the "call" function To Access My Live Chat Page, On Google, ...
5:15
Named & Optional Arguments - Lua Tutorial
How to emulated named arguments using tables & how to add and use optional arguments. Discord: ...
4:31
Assert & Error Functions - Make Your Code Solid - Lua Tutorial
This video will teach you about the assert and error functions; what they are and why you should use them. Discord: ...
13:07
Lua 5.2 Tutorial 8: Advanced functions and Closures
In this video we go deeper into the mechanics of functions in Lua. Twitter: https://twitter.com/KarmaKilledTC.
11:25
... do today is have you i'll briefly explain passing in variables into functions but also i want to show you uh what the sleep function ...
8:50
Learning Lua Part 17 - Passing Arguments to Parameters
Learn to program in Lua. Lua is a popular scripting language that is widely used by many apps and game engines including ...
2:24
Lua is a lightweight dynamic scripting language often embedded into other programs like World of Warcraft and Roblox.
9:16
Functions - Lua Basics (Part 10)
Time to stop copy/pasting code! Use functions and reuse the functions as you need them instead! FAQs: Is Lua good for ...
34:57
CMANO - Lua Functions and Returning Values
Part 2 about using functions with Lua in the game CMANO. This goes over how to use a function to return a value.
28:48
Functions in Lua - Lua Tutorial (Part 10)
In this video we'll be covering Lua functions, we cover anonymous functions, recursion, pairs and setting default argument values!
2:41
ROBLOX Lua Scripting Tutorial 4 - Arguments and Parameters
In this tutorial I go over arguments and parameters. This video is pretty short but that's because the concept is simple and we're ...