Jump to content
  • 0
Black Box

Source variables

Question

Hi guys! Would you like to learn more about the source, could explain to me what siginica these variables?

 

sd

fd

bl

val

&sd

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

As far as I know, these are commonly struct pointers used in source to point to structs like: map_session_data, etc..

 

you first need to learn the basis of C language, I suggest you this site:

 

http://www.programiz.com/c-programming

 

then you're able to understanding the source code of Hercules, you can find some info about it in her's wiki:

 

http://herc.ws/wiki/Main_Page

 

and I did a long time ago a little doc with a few explanations about eAthena's Source Code, it's outdated but can be helpful for learning:

 

https://xp-dev.com/svn/tecnocronus_scripts/docs/EN/source_documentation.txt

 

the best way to learn hercule's or eAthena source code is to studying C language a lot and looking source snippets, see what they can do a good way to learn too.

Share this post


Link to post
Share on other sites
  • 0

Very very thank. It is very valuable, I will study hard.



As far as I know, these are commonly struct pointers used in source to point to structs like: map_session_data, etc..

 

you first need to learn the basis of C language, I suggest you this site:

 

http://www.programiz.com/c-programming

 

then you're able to understanding the source code of Hercules, you can find some info about it in her's wiki:

 

http://herc.ws/wiki/Main_Page

 

and I did a long time ago a little doc with a few explanations about eAthena's Source Code, it's outdated but can be helpful for learning:

 

https://xp-dev.com/svn/tecnocronus_scripts/docs/EN/source_documentation.txt

 

the best way to learn hercule's or eAthena source code is to studying C language a lot and looking source snippets, see what they can do a good way to learn too.

 

Very very thank. It is very valuable, I will study hard.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.