Is it possible to reliably get the Property Names and Values from a custom entity in the map?
I saw http://wiki.garrysmod.com/?title=Entity.GetKeyValues but it doesn’t seem to have the custom properties and values I put in it.
For example. I have an entity called custom_spawnpoint and it has a property called team, with a value of 4. But it doesn’t even show up in the table returned by :GetKeyValues().