Blockland Forums > Modification Help
dumpConsoleClasses and dumpConsoelFunctions.
DYLANzzz:
I was fiddling with these to explore the endless functions of BL but I do have some questions.
For dumpConsoleClasses:
So I did this and got all the classes and the functions.
-Why dont I see any members. All I see is functions. Is there any way I can see all the members (variables) of the classes as well.
-Why dont I see functions under gameConnection such as CenterPrint?
-And lastly for this, I see some words I am not familiar with. Under a function in the class it says "virtual script blahh". Does this function return a script or something. Why isnt it void.
For dumpConsoleFunctions:
I cant even get this to work. All it says is namespace Global {};
I hope you can answer my questions
Kalphiter:
--- Quote from: DYLANzzz on July 25, 2010, 10:10:12 PM --- -Why dont I see functions under gameConnection such as CenterPrint?
--- End quote ---
Because you can centerPrint to a gameConnection.
DYLANzzz:
Ok, so findClientByName(Name) returns the ID object of a client. What class is the client object then.
Kalphiter:
GameConnection
findclientbyname(kal).centerPrint("CENTERASD", 5);
DYLANzzz:
--- Quote from: Kalphiter on July 25, 2010, 10:11:56 PM ---Because you can centerPrint to a gameConnection.
--- End quote ---
I think I read your post wrong the first time.
So I can't see the function in dumpConsoleClasses(); under gameConnection because I can center print to a gameConnection?