17 Oct
2012
17 Oct
'12
4:02 p.m.
Hello, I was wondering if there was a way to restrict actors(rather than extend them). That is, I would like to create an actor that only supports say the `+` operator. Right now, if I inherit from `actor` it will bring in all the C++ operators. Is there a different base class I can inherit from? Or is it even possible? Thanks, Paul