PewN Posted March 24, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted March 24, 2013 what is the difference between sd and fd>and what is the use of sd-> Quote Link to comment Share on other sites More sharing options...
michaelsoftman Posted March 24, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 410 Reputation: 29 Joined: 04/04/12 Last Seen: November 28, 2024 Share 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 Link to comment Share on other sites More sharing options...
PewN Posted March 24, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Question
PewN
what is the difference between sd and fd>
and what is the use of sd->
Link to comment
Share on other sites
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.