Lua: Intermediate Lesson on TABLES

Subscribers:
23,000
Published on ● Video Link: https://www.youtube.com/watch?v=UFYGhuSY0TY



Duration: 27:22
1,503 views
37


The Best Source To Learn Game Hacking: https://guidedhacking.com/
----------------------------------------------------------------------------
Special Thx to TimTheEnchanter for his hard work!
Tim's YT Channel: https://www.youtube.com/c/TimTheEnchanter13
Today we are going to look at an extension of previous Lua lessons at more intermediate level. So you will need to really understand those core basics for this vid.
It is a lesson on Tables, and different ways to use them.
--------------------------------------------------------------------------------------------------------

Im sorry I know the LUA is hard to see, but these things he is typing are things you have already learned in the LUA for the Xtreme Beginner series thus far, so there is not much new here. I will try to use zoom in future uploads. So my apologies.
local tbl = {
'some',
'data',
'in',
'a',
'table',
}

for i, v in pairs(tbl) do
print(i, v)
end
===================================================================
NEW CT Website: https://opencheattables.org/

CALLING ALL TABLE MAKERS FROM BEGINNER TO PRO WE NEED YOUR HELP:
Come grab a free game - All are welcome:
https://opencheattables.org/viewtopic.php?f=41&t=674&p=2157

#LUA #TABLES

LUA Tables Explanation: https://www.lua.org/pil/2.5.html

Cheat The Game on Facebook: https://www.facebook.com/groups/CheatTheGame
CTG Discord Channel: https://discordapp.com/invite/ndn4pqs
Become a Cheat The Game Partner at Patreon: https://www.patreon.com/cheatthegame
Donation Paypal: https://paypal.me/CheatTheGame
=================================================================







Tags:
chris fayte
CTG
codes
game
game timers
gameplay
Games
gaming
health
how to
infinite
max
memory address
pc
script
jump
compare
tutorial
values
graphical
internal
ue4 dumper
ue4
unreal engine
LUA
Lesson Tutorial
LUA Tutorial
Beginner LUA
LUA Variables
Variables
Functions
types
tables
lesson 4
if statements
loop
loops
looping
Tables
pairs
ipairs