Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: fjeronimo on Tue 11/11/2003 15:31:07

Title: Quick plugin interface question for Chris
Post by: fjeronimo on Tue 11/11/2003 15:31:07
Hey Chris,

I was wondering if there is any way I can find out the equivalency between plugin interface versions and the AGS engine version?

I wanted to provide correct requirements for all my plugins and I wanted to have a table, so I can check the maximum version of the plugin API functions used  and map them to the appropriate required AGS version.

Thanks in advance,

fjeronimo
Title: Re:Quick plugin interface question for Chris
Post by: Pumaman on Tue 11/11/2003 20:32:50
Sure:

AGS 2.51: interface version 7
AGS 2.52: interface version 8
AGS 2.53: interface version 10
AGS 2.55: interface version 11
Title: Re:Quick plugin interface question for Chris
Post by: fjeronimo on Wed 12/11/2003 00:13:21
Thanks Chris. This will come in handy. :)

fjeronimo