About Store Forum Documentation Contact



Post Reply 
[WE] show number of objects
Author Message
Dante190884 Offline
Member

Post: #1
[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
Visit this user's website Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #2
RE: [WE] show number of objects
Maybe check number of elements in Memx container for eg Items?
03-02-2010 09:01 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Rofar Offline
Member

Post: #3
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
Find all posts by this user Quote this message in a reply
Post Reply