Closed
Description
Hello again, can you also expose the w3mmd variable in the finalize function? I wanna get some custom data from a custom game. :D
Not exactly sure how w3mmd works tho from what I've parsed I've always gotten this type:
type W3mmdAction = {
actionId: number;
filename: string;
missionKey: string;
key: string;
value: number;
};
Maybe set w3mmd's type to W3mmdAction[]
I'm writing my own 'parser' for this now cuz I can't really find anything public. If someone knows of something please let me know (: