Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: seyan777
Forum: Lua/XML Help 06-25-18, 07:07 PM
Replies: 7
Views: 2,337
Posted By seyan777
Ah... I see... Thanks for letting me...

Ah... I see...

Thanks for letting me know!



damn! didn't even think of using do-end within a function lel!
Forum: Lua/XML Help 06-24-18, 08:16 PM
Replies: 7
Views: 2,337
Posted By seyan777
Hi p3lim, So, Lua doesn't have an ability to...

Hi p3lim,

So, Lua doesn't have an ability to access to an address of variable, does it?
(Like that is in C++ and so on)
Forum: Lua/XML Help 06-24-18, 07:36 PM
Replies: 7
Views: 2,337
Posted By seyan777
Basic question regarding variable scope

Hi all!

Just a super quick question about variable scope.

local testVar = 1;

function testFunc()
local testVar = testVar;

print(testVar);
Showing results 1 to 3 of 3