Talk:Object:NetworkMarker

From Legacy Roblox Wiki
Jump to navigationJump to search

Umm, NXTBoy, isn't this not supposed to extend anything? Why is it still trying to extend something? --Blocco|Userpage-Talkpage 22:17, 15 August 2010 (UTC)

I had Template:Object written in a way that assumed everything except Object:Instance had a superclass. I've rewritten it now to conditionally check for a orphaned class, using the if equals and if exists template, so it should now work. Are you sure that this doesn't extend something? There's a difference between not having a member, and crashing when it is accessed.
22:43, 15 August 2010 (UTC)
There are many Roblox types that don't have superclasses, but none of those are classified as Objects on the Wiki. Does it make more sense to use the Object template or make it like a datatype? --GoldenUrg 23:36, 15 August 2010 (UTC)
Actually, NetworkMarker is a classified object. It's in the Object Browser, but it doesn't have any global methods, properties or events. I would call it a "dummy object." It's used when connecting to games. --Blocco|Userpage-Talkpage 23:49, 15 August 2010 (UTC)