Are the names of usermessages automatically pooled?
3 replies, posted
Thread title explains it really, does sending a usermessage automatically [URL="http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/indexbdaa.html?title=Umsg.PoolString"]pool[/URL] the name of the usermessage?
If not, would pooling the names of every usermessage increase performance?
I would say no, if only because it would mean that function is utterly redundant.
It doesn't get automaticly pooled (from my experience) and pooling should improve performance.
[QUOTE=wizardsbane;35752125]I would say no, if only because it would mean that function is utterly redundant.[/QUOTE]
Not entirely, if you look at the wiki page the example doesn't pool the name of the usermessage, it shows it being used to pool a string being sent.
[editline]29th April 2012[/editline]
[QUOTE=KatNotDinner;35754151]It doesn't get automaticly pooled (from my experience) and pooling should improve performance.[/QUOTE]
Thanks.
Sorry, you need to Log In to post a reply to this thread.