Zontik on 27/3/2017 at 14:06
From modders_notes for 1.25:
Quote:
Max application data handles: 4096 (from 2048)
Max model handles: 2048 (from 1024)
Cardia on 27/3/2017 at 15:11
Quote Posted by Zontik
From modders_notes for 1.25:
Thanks Yuri, i don't now the term "Handles" but i figure it has to do with the objects or brushes you use . Well guess i can complete my first map with more 4 rooms like i had planned.
LarryG on 27/3/2017 at 17:59
In computer programming, a handle is an abstract reference to a resource. Handles are used when application software references blocks of memory or objects managed by another system, such as a database or an operating system.
Ref. (
https://en.wikipedia.org/wiki/Handle_(computing))
Cardia on 27/3/2017 at 19:36
Quote Posted by LarryG
In computer programming, a handle is an abstract reference to a resource. Handles are used when application software references blocks of memory or objects managed by another system, such as a database or an operating system.
Ref. (
https://en.wikipedia.org/wiki/Handle_(computing))
Thank you LarryG, it always important as 3d modeler to be aware and know this information to use it later for important tasks :thumb: