Its difference using capital letters or not in Enum?
#1

I dont know if use this:

PHP код:
enum infoWeed
{
    
Created,
    
IdMaria,
    
Sec,
    
Min,
    
Hour,
    
Float:pX,
    
Float:pY,
    
Float:pZ,
    
Plantby[24],
    
Status,
    
Text3D:Label,
    
ObjectID,
};
new 
WeedInfo[MAX_PLANTS][infoWeed
or this: (becouse ii seee in other scripts doing this)

[PHP]

PHP код:
enum infoWeed
{
    
createD,
    
idMaria,
    
sec,
    
min,
    
hour,
    
Float:pX,
    
Float:pY,
    
Float:pZ,
    
Plantby[24],
    
status,
    
Text3D:Label,
    
objectID,
}; 
i can use the 2 forms?
Reply


Messages In This Thread
Its difference using capital letters or not in Enum? - by R3SpaWn0 - 04.08.2018, 16:49
Re: Its difference using capital letters or not in Enum? - by BornHuman - 04.08.2018, 16:56
Re: Its difference using capital letters or not in Enum? - by RogueDrifter - 04.08.2018, 17:12
Re: Its difference using capital letters or not in Enum? - by R3SpaWn0 - 04.08.2018, 17:15
Re: Its difference using capital letters or not in Enum? - by Dayrion - 04.08.2018, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)