Save-Point
How to get access to certain classes - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Code Support (https://www.save-point.org/forum-20.html)
+--- Thread: How to get access to certain classes (/thread-3383.html)



How to get access to certain classes - deValdr - 04-20-2011

I can't seem to be able to require classes like Socket. I guess they aren't integrated into RGSS, but where can I find the appropriate files to be able to use these classes? Google searching didn't help me, I probably search for wrong things.


RE: How to get access to certain classes - DerVVulfman - 04-21-2011

Trevor777 wrote his own sockets and widgets for NetPlay if I recall correctly. Some classes such as those (as well as Plane and Tilemap) couldn't be found, so they were rewritten to the best of the coder's abilities.

That's not saying that some of your classes are not available. Perhaps they are. Would you have a list?


RE: How to get access to certain classes - deValdr - 04-21-2011

I have no clear list, I just notice that many Ruby classes aren't integrated. Socket is my only example so far as I don't remember which others I have tried (a while ago).