Was just looking again after a while that I planned my Source2007 mod.
And was wondering when do people use these 'not sure how to call it'.
I'll just give some examples.
bool m_bLastRoundOver;
int m_iBuildRounds;
int m_iCombatRounds;
int m_iBuildFallDamage;
Just took these from SourceForts just as an example.
Seen these all over the SDK.
Can anyone explain them to me. Not the command itself offcourse cause that depends on mod.
But I know that the b in "m_b" stands for bool (lets hope i'm right.)
And the i in "m_i" for int.
but why use m_ ? there a meaning to it?
Also is there a list with examples as general coding guide?
like for other types?
Hope I make a bit sense :p




