Blockland Forums > General Discussion
Return to Blockland v4
cciamlazy:
You might have mentioned this before, but when is the private chat room coming?
Hitman777:
What dose the version 4.01 do
MegaScientifical:
--- Quote from: Hitman777 on December 07, 2011, 05:06:11 PM ---What dose the version 4.01 do
--- End quote ---
Very bottom of the last page. :iceCream:
IkeTheGeneric:
--- Quote from: Hitman777 on December 07, 2011, 05:06:11 PM ---What dose the version 4.01 do
--- End quote ---
Gee it's not like he made an entire log dedicated to changed and or added features
M:
--- Quote from: Ephialtes on December 06, 2011, 03:23:10 PM ---RTB 4.01 is about to get released shortly. Here's the changelog:
--- Code: --- - Fixed tcp objects a bit more so they don't affect other tcp objects so much. Probably will cause console spam until Badspot provides a method to check for the existence of methods for objects.
--- End code ---
Apologies for the delay fixing some of the more critical stuff - I've been pretty busy recently.
--- End quote ---
--- Code: ---function simObject::hasMethod(%this,%method) { return isFunction(%this.getClassName(),%method) || (%this.getName() !$= "" ? isFunction(%this.getName(),%method) : 0); }
--- End code ---
?
--- Code: ---==>echo(rootGroup.hasMethod("swap"));
1
==>echo(rootGroup.hasMethod("gargle"));
0
--- End code ---