Posts: 19
Threads: 5
Joined: Apr 2009
Reputation:
0
Somebody can explain me the format of the forward & public of INI_ParseFile?
What every word mean?
example:
public LoadUser_%s_%s...
What the 'LoadUser's role? Why its random in every Tutorial?
Posts: 355
Threads: 25
Joined: May 2012
Reputation:
0
I think it's a custom function, people rename it to what they want.
Posts: 19
Threads: 5
Joined: Apr 2009
Reputation:
0
I have more question,
How load a single tag?
Cuz when i'm doing like this, its should load all the publics / tags, how to choose the wanted tag?
INI_ParseFile(fname, "MyCallback_%s", ...);
Also, what if the callback return false / 0? what if it return 1?
And, How to write to a wanted tag? SetTag set the writing to choosen tag?
Posts: 19
Threads: 5
Joined: Apr 2009
Reputation:
0
I need all the tags, but not at once.
If i'll use ParseFile it will load all the exist callbacks as i understood.