[61] Oops!
- Conlan Walker

- Dec 16, 2022
- 1 min read
It is 3:33 AM, and I remembered that I was supposed to make this like 20 minutes ago. As such, I make no guarantees about the quality of my descriptions for these screenshots.
Firstly, the auto-bind functions. There are 2 subsystems/categories that I put in the auto-binds for, which is the window category and timer subsystem:

The main difference between the two is the timer one lacks the 'flags' for-loop:

Only 1 function from the timer subsystem has been added, though it was very easy to make, as it takes 1 integer and returns nothing:

This is how that delay function is used in Lua:

To keep track of the size of the global SDL table, I made a Lua function called printTable that can walk through and print not only the SDL table, but any Lua table:

It isn't often that I get to make a function with recursion, but this necessitates it for tables that contain tables, like the global SDL table.
Finally, this is what the output for printTable(SDL) looks like:

That's it for this week, and I can now sleep.

![[158] Most Important Brick in the Least Important Wall](https://static.wixstatic.com/media/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg/v1/fill/w_980,h_410,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg)
![[157] Mail Order Sacrifice](https://static.wixstatic.com/media/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png/v1/fill/w_980,h_382,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png)
![[156] Moat of Babble](https://static.wixstatic.com/media/df100d_091e451794b14aecb494a16c15c966c3~mv2.png/v1/fill/w_980,h_705,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_091e451794b14aecb494a16c15c966c3~mv2.png)
Comments