KeyExists from within ES3Reader

Discussion and help for Easy Save 3
Post Reply
User avatar
sgoffman
Posts: 15
Joined: Sat Feb 21, 2015 11:26 pm

KeyExists from within ES3Reader

Post by sgoffman »

Hi!

I'm migrating an old project from ES2 to ES3, but ES3Reader doesn't seem to have an equivalent to ESReader's "TagExists". I know there's ES3.KeyExists, but I'd rather not take the perf hit of loading the save file again, separately, every time I need to check for a key.

Is there any way to check for a key from within an already-open ES3Reader?
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: KeyExists from within ES3Reader

Post by Joel »

Hi there,

I've moved this to the Easy Save 3 forum as this doesn't appear to be Easy Save 2 related.

ES3Reader is only used internally in Easy Save 3 and should not be used. Instead we provide the ES3File API in Easy Save 3 which has the same benefits, but in a much simpler API: https://docs.moodkie.com/easy-save-3/es ... g-es3file/

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
User avatar
sgoffman
Posts: 15
Joined: Sat Feb 21, 2015 11:26 pm

Re: KeyExists from within ES3Reader

Post by sgoffman »

Thanks Joel! I'll look at switching to ES3File.
Post Reply