Blockland Forums > Modification Help
dumpConsoleClasses and dumpConsoelFunctions.
Kalphiter:
--- Quote from: DYLANzzz on July 25, 2010, 10:36:23 PM ---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?
--- End quote ---
You just said you couldn't find CenterPrint under GameConnection.
I assumed that you were right, so I gave an example base on your word.
I looked it up, there is no CenterPrint under GameConnection.
DYLANzzz:
Well I know that it exists and how it works but it seems that there are a bunch of other things missing and I would like to find those out myself so that I don't have to constantly post here. I just used center print as an obvious example of a function I didnt see there. Where can I find the other missing functions? Are they just undocumented or something?
And I still cant figure out why dumpConsoleFunctions(); isnt working
Space Guy:
When are you calling the functions? You should be using it on a server console. (either dedicated or non-dedicated)
DYLANzzz:
Yes I am using the server console. I tried both in dedicated and non dedicated.
If I can find out how to find all the missing functions in the dumpConsoleClasses, I should be fine. I can't figure out why it wont show GameConnection::CenterPrint() or other things like Player::onDeath();