News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Learning Lua  (Read 956 times)

0 Members and 1 Guest are viewing this topic.

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Learning Lua
« 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

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Re: Learning Lua
« Reply #1 on: February 13, 2022, 07:43:32 PM »
Should I study object based ?

Offline RBS ID

  • Jr. Member
  • **
  • Posts: 67
  • Gender: Male
  • I don't know.
    • View Profile
    • This is website title.
Re: Learning Lua
« Reply #2 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.

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Re: Learning Lua
« Reply #3 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👍

Offline Ming

  • Full Member
  • ***
  • Posts: 154
  • Gender: Male
  • 抽刀斷水水更流,舉杯消愁愁更愁
    • View Profile
Re: Learning Lua
« Reply #4 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