- Joined
- Sep 21, 2017
- Messages
- 389
- Solutions
- 1
- Reaction score
- 201
- Points
- 55
- Favorite Pinball Machine
- Indiana Jones (Williams)
Looks good @ravarcade! Dictionary object works great. I validated that the errors which the Dictionary object can fire are properly processed in script.
The xBAM.Item("objectName") is awesome as well! Works great. I was expecting an error to be raised if the table object referenced by "objectName" doesn't exist, but no matter. Simple checking for nothing is good.
For the new xBAM.Call "callback_subroutine_name" -- This is such a game changer! I assume the reason for using frame count vs. milliseconds for delay_in_physics_frame is to keep you from having to time math in every call inside frameTick/Newton Tick? I wonder if the function could be easier for people to use if it just was milliseconds. Can you share any insights @ravarcade on why physics frame vs. milliseconds?
The xBAM.Item("objectName") is awesome as well! Works great. I was expecting an error to be raised if the table object referenced by "objectName" doesn't exist, but no matter. Simple checking for nothing is good.
For the new xBAM.Call "callback_subroutine_name" -- This is such a game changer! I assume the reason for using frame count vs. milliseconds for delay_in_physics_frame is to keep you from having to time math in every call inside frameTick/Newton Tick? I wonder if the function could be easier for people to use if it just was milliseconds. Can you share any insights @ravarcade on why physics frame vs. milliseconds?