Alienhead Posted November 6, 2024 Posted November 6, 2024 Josh could you please update the docs or show my how to cast a object as a type... The current docs show: ( but this fails ) self.mesh = self.mesh:As<Entity>() Would it just be? self.mesh = Model(self.mesh) Quote Alienhead Components and Software
Josh Posted November 6, 2024 Posted November 6, 2024 What page is this on? Quote Let's build cool stuff and have fun.
Alienhead Posted November 6, 2024 Author Posted November 6, 2024 https://www.ultraengine.com/learn/Object_As?lang=lua 1 Quote Alienhead Components and Software
Solution Josh Posted November 6, 2024 Solution Posted November 6, 2024 The command doesn't actually exist in Lua, but I added a page there anyways that explains it. 1 Quote Let's build cool stuff and have fun.
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.