Bully-Board

Bully Modding Section => Modding Questions/Help => Topic started by: Ming on February 13, 2022, 07:31:03 PM

Title: Learning Lua
Post by: Ming on February 13, 2022, 07:31:03 PM
I have a complete understanding of data types, operators, if, repeat, while, for loop, break, local, table, function

And I don't know what can I study

I want to continue enhancing my modding abilities

What should I study next
Title: Re: Learning Lua
Post by: Ming on February 13, 2022, 07:43:32 PM
Should I study object based ?
Title: Re: Learning Lua
Post by: RBS ID on February 14, 2022, 04:49:52 AM
OOP, Coroutine, and code efficiency. But I suggest to learn another languages, like C, Python, or another.

And 1 again I forget, learn math, like trigonometry, or another, because it's really important & useful in programming.

I myself am still not very familiar with trigonometry.
Title: Re: Learning Lua
Post by: Ming on February 14, 2022, 07:35:47 AM
OOP, Coroutine, and code efficiency. But I suggest to learn another languages, like C, Python, or another.

And 1 again I forget, learn math, like trigonometry, or another, because it's really important & useful in programming.

I myself am still not very familiar with trigonometry.

Can Coroutine be replaced by CreateThread?

I know most of the math used in modding👍
Title: Re: Learning Lua
Post by: Ming on February 14, 2022, 07:37:44 AM
OOP, Coroutine, and code efficiency. But I suggest to learn another languages, like C, Python, or another.

And 1 again I forget, learn math, like trigonometry, or another, because it's really important & useful in programming.

I myself am still not very familiar with trigonometry.

Do you know Object based?
I've been researching for a long time today, but I can't understand it