View Single Post
Fyren
FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren
Join Date: Feb 2106
Old 03-23-2018 , 14:31   Re: Calling constructors from server binary?
Reply With Quote #4

Creating your own definition can make accessing members easier since you wouldn't have to do any pointer math/casting yourself. You would only need to fill it in so the size is correct and the placement of any members you care about are correct. class Foo { char pad[36]; int intICareAbout; char pad2[16]; } for example.
Fyren is offline