🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How does one register explicit type conversions

Started by
0 comments, last by WitchLord 19 years, 1 month ago
How do i register say, operator int() for an object? Or do i have to register a wrappter around it?
Advertisement
This is not yet possible. You'll have to register a normal function, for example "int cint(obj∈)".

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement