Slyx Posted January 14, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 57 Reputation: 9 Joined: 03/05/18 Last Seen: January 29, 2019 Share Posted January 14, 2019 (edited) struct status_change *sc; struct status_change_entry *sce; Hello guys, I am still learning coding in map folder. May I know what is the different(s) between these 2 struct? Edited January 14, 2019 by Slyx Quote Link to comment Share on other sites More sharing options...
0 Normynator Posted January 14, 2019 Group: Developer Topic Count: 7 Topics Per Day: 0.00 Content Count: 292 Reputation: 199 Joined: 05/03/13 Last Seen: May 26, 2023 Share Posted January 14, 2019 (edited) https://github.com/rathena/rathena/blob/6bea2da34d19e9c6d6d1e9d2af2a36d772c129ba/src/map/status.hpp#L2303 There you can check the definition of the structs. Edited January 14, 2019 by Normynator Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted January 14, 2019 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 08:40 AM Share Posted January 14, 2019 Source Documents Quote Link to comment Share on other sites More sharing options...
0 Slyx Posted January 14, 2019 Group: Members Topic Count: 19 Topics Per Day: 0.01 Content Count: 57 Reputation: 9 Joined: 03/05/18 Last Seen: January 29, 2019 Author Share Posted January 14, 2019 thank you guys.Now I managed to get the idea behind these structs Quote Link to comment Share on other sites More sharing options...
Question
Slyx
struct status_change *sc; struct status_change_entry *sce;
Hello guys,
I am still learning coding in map folder. May I know what is the different(s) between these 2 struct?
Edited by SlyxLink to comment
Share on other sites
3 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.