AsYetUntitled / Framework

Altis Life RPG mission framework for Arma 3 originally made by @TAWTonic.
Other
245 stars 308 forks source link

Simplicity/verbosity for queryRequest format #643

Open BoGuu opened 4 years ago

BoGuu commented 4 years ago

The current hack and slash retrieval of data in requestReceived leaves much to be desired. People are often stumped at which index their newly added data is at, or, are left with issues following public/private releases which may be out of date, or conflict with the current checkout/other custom additions.

It would be a nice addition to aid this in some manner, we have many options. I believe @Jason2605 might have brought this up in the past

blackfisch commented 4 years ago

what do you propose?

using params obviously would help it a bit, but I guess that's still not enough ?