|
How can I use CreateInstance with custom constructors:
Are there any examples of this anywhere?
(comments are locked)
|
|
You can't, but you can add in an init function which you can call after CreateInstance (and can be called from the constructor(s) with the parameters to keep the code sane)
(comments are locked)
|
