List All Functions used in B3D Source

Blitz3D Forums/Blitz3D Beginners Area/List All Functions used in B3D Source

RustyKristi(Posted 2016) [#1]
I was wondering if someone already did this before. I need to port some code over bmx and if there's somehow to enumerate what b3d functions were used.

This also include 2D functions like createsprite, etc.


TomToad(Posted 2016) [#2]
Here is a partial BlitzMAX code to do what you want. I only typed in a few commands to check, so it is up to you to put in the rest. Also no mechanism for searching Includes, nor is the code optimized. I'll leave that up to you.



RustyKristi(Posted 2016) [#3]
Thanks Tom Toad. I remember somewhere there's already a list of all default functions I just can't seem to remember where it is, something to do with documentation or syntax hi-lighting.


RemiD(Posted 2016) [#4]
in the Blitz3d documentation ? Blitz3D\help\


RustyKristi(Posted 2016) [#5]
Ah that's it Thanks RemiD! :D