Author Topic: EA Lite & Plugins  (Read 2917 times)

lubos

  • EA User
  • **
  • Posts: 101
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
EA Lite & Plugins
« on: November 26, 2008, 12:50:18 am »
Hello,

how can I distinguish the version of EA (Lite x Full) in an addin?
I have not find any suitable function in the API.

Thanks for any hints

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: EA Lite & Plugins
« Reply #1 on: November 26, 2008, 11:51:38 am »
Try reading the Repository.EAEdition property. Values should correspond to the EA.EAEditionTypes enumeration.  I believe EA Lite reports a value of -1.

lubos

  • EA User
  • **
  • Posts: 101
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: EA Lite & Plugins
« Reply #2 on: November 27, 2008, 11:24:09 pm »
Thanks! That's I was looking for.
You right, it returns -1 for Lite version.

(This property is not defined in API help)