Tutorials? Guides? Anything? =\
I wanna make boxes n stoooof...
Tutorials? Guides? Anything? =\
I wanna make boxes n stoooof...
to draw boxes, add an Ex at the end so you can choose whether to clear before hand and choose the color. same thing for circles etc.Code:SMART_DrawBox(yourBox);
eg:
will clear the canvas, and draw myBox in red (color 255)Code:SMART_DrawBoxEx(true, myBox, 255);
also you can use
orCode:SMART_DebugTPA(yourTPA);
apart from that just search the function list for the different functions and the parameters needed.Code:SMART_DebugATPA(yourATPA);
Last edited by EngageTheRage; 05-28-2013 at 01:37 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)