overloading inherited in COFFEE
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/02/2008 at 12:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ;
Language(s) : C.O.F.F.E.E ; C++ ;---------It seems like it is not possible to overload inherited functions in COFFEE. Is this true?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/03/2008 at 07:10, xxxxxxxx wrote:
Can you post an example please.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2008 at 06:05, xxxxxxxx wrote:
Mathhias, I was misusing a function with a msg... so it wasn't a matter of overlaoading or inheritance. Thanks
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2008 at 08:03, xxxxxxxx wrote:
Ok I tried to overload a different function:
Draw(x1,y1,x2,y2,s);
I added s to the GeUserArea function. I get the message too many parameters.