• How do I print the list of data that makes up an individual players playerdata?
    8 replies, posted
Like the information accessed when I use ply:SteamID64() or ply:Name(). Obviously I'm not looking to read the functions themselves, those are almost for sure written in C.
Just the data. It's mostly for curiosities' sake. The table that the players name, steamid, health, etc. is stored. I tried with the obvious/simple 'for pairs' loop and it just gives me an error. Is there a way to just print that data to the console so I can read it? edit: Without just using an exhausting list of every function in the player library.
Oh. I'm assuming that means that there's no way to read the data without a module?
Like I said. I'm just curious as to how the data is organized and what is contained within. There might be something else in the data that strikes me as a function I'd like to add myself, for example, or I might gain some understanding as to why something works the way it does, etc. If it's as difficult as it's starting to sound, then of course it's not worth the trouble.
Oh boy, thanks a bunch!
Sorry, you need to Log In to post a reply to this thread.