Just wondering if there was a way to do this apart from when calling New
For example,
mod/brl.mod/blitz.mod/blitz_handle.h has these functions in, but they don't seem to be available for use within Max.
Local handle:Int = New MyType
For example,
Local o:MyType = New MyType Local h:Int = HandleFromObject(o) ... Local p:MyType = HandleToObject(h)
mod/brl.mod/blitz.mod/blitz_handle.h has these functions in, but they don't seem to be available for use within Max.