Tables References: Pass by value vs reference

preview_player
Показать описание
Socials:

Рекомендации по теме
Комментарии
Автор

the most incomprehensible errors before knowing the quantum entanglement of lua...

fantasmashy
Автор

This Lua videos are pure gold! I hope you can continue making them and keeping the good/hard work... Thank you very much!

RaiCanal
Автор

I got hungry watching this video :)
Good info as always!

Immow
Автор

Here's something about deep copies I would've liked seen explored: whether the inner tables are just references to the original tables or copies, and how to recursively copy tables such that no inner table references an existing address (so that you can truly have two identical but completely separate objects, be it classes, tables, or any form of data structure wherein you don't want to change the original values under any circumstance).
Still, great video :)

HugoBDesigner
Автор

Can you make a tutorial about saving and loading in Love2D please!

The_Codemasterk
Автор

3:00 Photoshop 100%
I haven't been able to program for a few months due to loads of school work, but this is good to know.

change
Автор

Awesome tutorial! Tho I'm having a weird probleme while running my game it shows a big black screen and same for the console, I think because the amount of assets i loaded on my old computer but even when i remove theme nothing changes :( do you have any ideo how to fix this?

mano
Автор

so in the last example, you would call

copy =

to get a copy correct?

yogurtroyale