Notifications
Clear all
[Closed] Mxseditor calltips
Page 2 / 2
Prev
Apr 18, 2017 9:37 pm
no chance
but…
you can collect ‘primitives’ which are usually functions… but you cannot be sure that they are all functions… let me think…
Apr 18, 2017 9:37 pm
check this:
ff = for i in globalvars.gather() where iskindof (f = globalvars.get i) Primitive collect f
ss = for i in globalvars.gather() where iskindof (s = globalvars.get i) StructDef collect s
ii = for i in globalvars.gather() where iskindof (i = globalvars.get i) Interface collect i
but i don’t see yet how to get struct and interface functions without SDK…
Apr 18, 2017 9:37 pm
thanks, Denis. I see now that my parser missed a lot of data. Gonna update my api file with these.
Page 2 / 2
Prev