PiBoSo Official Forum

World Racing Series => Suggestions and wishlist => Topic started by: HornetMaX on October 16, 2015, 07:20:21 PM

Title: Output plugin - EventDeinit function
Post by: HornetMaX on October 16, 2015, 07:20:21 PM
@Piboso: it may be handy to have an EventDeinit function in the output plugin interface (just like for runs there are RunInit and RunDeinit).

MaX.
Title: Re: Output plugin - EventDeinit function
Post by: HornetMaX on October 16, 2015, 08:19:10 PM
Hmm, actually it would be more mandatory than handy. I have two options to decide when to allocate quads:

It may depend on the following: is Draw (and RaceEvent and others) supposed to be called when watching a saved replay ? At the moment they are (in WRS beta7).

If they are not, then things are somehow simpler and an EventDeinit may not be necessary (even if I'd still tend to think it should be there).
But if they are, then we are missing something.

MaX.