Does Empty Publics (one with return 1;) takes memory&CPU?
#1

Hai,

I would like to know:
Does codes like this below takes ram&cpu?

Код:
public OnPlayerRequestSpawn(playerid)
{
	return 1;
}

public OnObjectMoved(objectid)
{
	return 1;
}

public OnPlayerObjectMoved(playerid, objectid)
{
	return 1;
}
Does they tales ram&memory?

Thanks in advance,
Aco.
Reply
#2

No. (4 char)
Reply
#3

Are you sure?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)