llde / xOBSE

Oblivion Script extender source
243 stars 35 forks source link

GetAlchMenuApparatus doesn't work as documented #205

Closed qwertyasdfgh2 closed 1 year ago

qwertyasdfgh2 commented 1 year ago

Official OBSE documentation says that GetAlchMenuApparatus returns as follows:

0: Mortar and Pestle 1: Retort 2: Alembic 3: Calcinator

While in reality it is:

0: Mortar and Pestle 1: Alembic 2: Calcinator 3: Retort

Since this is an existing function, it's probably best to just fix the documentation?

llde commented 1 year ago

Hi, @qwertyasdfgh2 Can you confirm wehtever this mapping is followed by other appraratus type functions like GetApparatusType?

EDIT: I see that cs wiki had the mapping you reported. I'm going to fix the doc

qwertyasdfgh2 commented 1 year ago

Thanks, and yes, GetApparatusType follows second mapping. The first is the order in which apparatus appear in alchemy menu, that's probably why there's confusion