View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 06-21-2012 , 20:22   Re: SourceMod FindEntityByClassname / SetEntProp extension equivalents?
Reply With Quote #4

Quote:
Originally Posted by Powerlord View Post
These are Netprops by the way, would this still be the correct way to access them?
Actually, they exist as both. I sillily search for vote_controller instead of CVoteController in the netprop dump, ofc didn't find it, and then looked in the datamap dump.

Netprops, specifically for integers are a little trickier due to the varying bit counts.

Look at SM's core/smn_entities.cpp and GetEntProp for an example.
psychonic is offline