Functions and types.

Blitz3D Forums/Blitz3D Beginners Area/Functions and types.

Is there any way to put a function in a type?

Dude, a type contains variables and handles, you can't execute it, so no. If you want to use types in a function then I think it is possible, somebody else know how.

And you are new too, welcome to the forum :)

You might want to read through this post. In particular BlitzSupports example code.
Things to come ...

To sum up the other thread.

No, blitz does not allow functions in types, blitzmax is currently set to allow this though - things can change before blitzmax gets released though.

Thanks for the replies and the welcome.