Blockland Forums > Suggestions & Requests
Please make TCP Object support classes
0xBRIANSMITH:
for the love of god and all that is good please make this happen.
I dont even know why this doesn't work in the first place, seriously.
0xBRIANSMITH:
nvm I wrote a script to do this.
you can't write a script to do this because other people might want to define TCPObject::whatever
loving badspot do this.
Greek2me:
A while ago I sent him a PM about it...
--- Quote from: Greek2me ---Class inheritance seems to be broken on TCPObjects. The class and superClass fields have no effect on them.
It looks like an old problem: http://forum.blockland.us/index.php?topic=193613.msg5211624#msg5211624
--- End quote ---
--- Quote from: Badspot ---That thread is 2 years old and OP is edited saying he solved his problem.
--- End quote ---
I don't think he cares. This would be enormously useful though and would let me write a proper TCP library.
Port:
Well it's not "broken", it's just not meant to be. class and superClass are features of ScriptObject/ScriptGroup objects and aren't intended to be used anywhere else.
0xBRIANSMITH:
--- Quote from: Port on March 22, 2014, 05:45:21 PM ---Well it's not "broken", it's just not meant to be. class and superClass are features of ScriptObject/ScriptGroup objects and aren't intended to be used anywhere else.
--- End quote ---
well then it should be added in.