PT
Developer Forums
Register
Login
DarkBASIC Professional Discussion
->
Forgot the system command to display polygon data
<
1
>
V
Visigoth
Joined:
8th Jan 2005
Location:
Bakersfield, California
Posted:
17th Jun 2007 21:55
I'm losing it today, I can't remember the command for returning polygon data? I thought it was system(), but can't remember, thanks.
edit:
sorry, found it
statistic(1)
M
Mugen Wizardry
Joined:
1st Jan 1970
Location:
Oblivion
Posted:
17th Jun 2007 22:37
Hi, Visigoth! =)
Here's an example:
+ Code Snippet
sync on : sync rate 60 do text 10, 10, "Total Polys: "+str$(statistic(1)) sync loop
Hope this helps! ^_^
Good Luck with your project! =)
~M.W~