Createobject VS CreateDynamicObject
#1

As the title says i wanna know the pros and cons about them thx
Reply
#2

The only reason you should use CreateDynamicObjects is if you have more than 1,000 objects, there's nothing else to it.
Reply
#3

so it means that createobject codes and only be used up to 1000 objects ?

and createdynamicobject codes r unlimited ?

..
Reply
#4

Quote:
Originally Posted by Naresh
Посмотреть сообщение
so it means that createobject codes and only be used up to 1000 objects ?

and createdynamicobject codes r unlimited ?

..
Yes.
Reply
#5

Thx.
Reply
#6

CreateDynamicObjects are streamed out when you go out of the stream distance's radius. CreateObjects aren't. Due to the fact of having a limit of 1,000 objects streamed in at once, that's why CreateDynamicObjects were created.

CreateDynamicObjects aren't "unlimited" in general, once you reach the 1,000 streamed in objects peak, no other objects will stream in for the player.
Reply
#7

thx for the extra info
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)