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 My job is to make tools you love, with the features you want, and performance you can't live without.
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 My job is to make tools you love, with the features you want, and performance you can't live without.
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.