Hi!
Sorry if this has been asked before, I'm horrible with searching

Anyway, this has been bothering me for a while now.
SMF has a couple of functions, loadmembercontext and loadmemberdata which does what they say. Though they could have improvements.
For one and the only thing I'm going to talk about, the current features of these functions are WAY too complex.
You have to call then and find a way of grabbing the variables from some variable.
I'd rather, and that's my opinion, see a way of having the function return the data instead. This way, SMF doesn't have to carry all that data in $context or something if it's only used once, plus you can just catch it and done.
What do you guys think?