Dante190884
Member
|
[WE] show number of objects
How i can display the number of objects (items, statics, trees etc) on the map *.wrld in the game?
TextDS tds;
tds.scale*=0.4f;
D.text(tds,1,1,S+"Number of objects in the map "+ ???);
http://www.lifecode.xwp.pl
[size=small]speak to me Polish, English or Japanese -you choice[/size]
|
|
03-02-2010 08:51 PM |
|
Harry
Member
|
RE: [WE] show number of objects
Maybe check number of elements in Memx container for eg Items?
|
|
03-02-2010 09:01 PM |
|
Rofar
Member
|
RE: [WE] show number of objects
Unless I am mistaken, the number of elements in the Memx container will be equal to the number of objects in the active area of the world only.
|
|
03-03-2010 12:23 AM |
|