Yue Posted July 26, 2017 Posted July 26, 2017 How can I see the bodies in the game on Lua? Quote Murphy's Law: We don't fix bugs, we document them as features. – Murphy Games
gamecreator Posted July 26, 2017 Posted July 26, 2017 C has an unofficial/undocumented function: camera->SetDebugPhysicsMode(true); Not sure if it's exposed to Lua. 1 Quote
Yue Posted July 26, 2017 Author Posted July 26, 2017 Thanks!! Here on Lua. self.entity:SetDebugPhysicsMode(true) Quote Murphy's Law: We don't fix bugs, we document them as features. – Murphy Games
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.