PewN Posted March 24, 2013 Posted March 24, 2013 what is the difference between sd and fd>and what is the use of sd-> Quote
michaelsoftman Posted March 24, 2013 Posted March 24, 2013 SD refers to the map session data. When you use sd-> you are referring to an element inside of the sd struct. Example if( sd->skillvarcast.id == skill_id ) skillvarcast.id is part of sd. Quote
PewN Posted March 24, 2013 Author Posted March 24, 2013 (edited) SD refers to the map session data. When you use sd-> you are referring to an element inside of the sd struct. Example if( sd->skillvarcast.id == skill_id ) skillvarcast.id is part of sd. ok oh what is fd? and how to use it Edited March 24, 2013 by TrojanWorm Quote
Question
PewN
what is the difference between sd and fd>
and what is the use of sd->
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.