How can I draw one or all of the ATPAs on smart instead of debugimgform?
![]()
How can I draw one or all of the ATPAs on smart instead of debugimgform?
![]()
Look through SRL/SRL/misc/painsmart.simba. Give this a try:
Simba Code:procedure SMART_DebugATPA(Clear: Boolean; ATPA: T2DPointArray);
Edit:
+5 for'ing Nebula.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Simba Code:For i := 0 to high(atpa) do
Smart_drawbox(GetTPABounds(atpa[i]));
Something like that.
Edit: didn't know SMART_DebugATPA existed. And fyi paintsmart was changed to smartgraphics
Edit:
-5 for being'd by flight.
Last edited by Nebula; 10-20-2012 at 06:36 PM.
Thanks. Works great.
edit: Too manys
Last edited by Wetish; 10-20-2012 at 06:47 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)