What is `_` on callbacks
#1

I've seen some filterscripts/includes which use `_` on callbacks
Like this
Код:
forward LoadUser_data(playerid);
public LoadUser_data(playerid) {
     //stuff here
}
What is its effect?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=485611
Reply
#3

From the link posted above: "An improved version (with a "_" to separate the function parts):"

The underscore (_) just makes things easier for humans to read.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)