This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] GlueXML / FrameXML Documentation  (Read 1390 times)

Buddiman

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
[QUESTION] GlueXML / FrameXML Documentation
« on: June 19, 2013, 04:45:41 pm »
Hey guys,

do you know a place where to find the GlueXML and FrameXML functions used in LUA-files for Interface Creation?

wowwikis list is not complete.
Maybe there is already a list of functions and the parameters used out there.

Otherwise I see no other chance than having fun with IDA Pro :/
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Greetings
Buddiman


stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] GlueXML / FrameXML Documentation
« Reply #1 on: June 19, 2013, 04:47:15 pm »
Quote from: "Buddiman"
Hey guys,

do you know a place where to find the GlueXML and FrameXML functions used in LUA-files for Interface Creation?

wowwikis list is not complete.
Maybe there is already a list of functions and the parameters used out there.

Otherwise I see no other chance than having fun with IDA Pro :/

When you search strings in the binary it displays all the function names as strings. This would give you a reference list which you could compare to the ones on wowwiki / wowdocumentation.

You shouldn't need to know the parameters - when you try to use the functions, it will tell you "expected number value got nil" or something similar, telling you it wanted an integer/float not a nil (no) value. You can get the correct parameters through trial and error through this method.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Buddiman

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 13
    • View Profile
Re: [QUESTION] GlueXML / FrameXML Documentation
« Reply #2 on: June 20, 2013, 03:39:26 pm »
Quote from: "stoneharry"
Quote from: "Buddiman"
Hey guys,

do you know a place where to find the GlueXML and FrameXML functions used in LUA-files for Interface Creation?

wowwikis list is not complete.
Maybe there is already a list of functions and the parameters used out there.

Otherwise I see no other chance than having fun with IDA Pro :/

When you search strings in the binary it displays all the function names as strings. This would give you a reference list which you could compare to the ones on wowwiki / wowdocumentation.

You shouldn't need to know the parameters - when you try to use the functions, it will tell you "expected number value got nil" or something similar, telling you it wanted an integer/float not a nil (no) value. You can get the correct parameters through trial and error through this method.

Ok thank you ;)

When I have enough time I start writing a function documentation :D
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Greetings
Buddiman


Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: [QUESTION] GlueXML / FrameXML Documentation
« Reply #3 on: June 21, 2013, 07:42:50 am »
THis site helped me often

http://wowprogramming.com/docs
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954