Just wondering
#1

I'm just wondering, is there any difference between for example: Something[playerid] = Something; and:

Something[ playerid ] = Something; - i mean the spaces, does it effect code or something?

second example:

if(MyEnum[playerid][Variable])
{
// do something.
}

if( MyEnum[ playerid ][ Variable ] )
{
// do something.
}
Reply
#2

Nope.
Reply
#3

No, but it looks strange.
Reply
#4

Spaces just make it more human-readable. (...Apparently, I don't personally see a difference).

It's just personal preference.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)