Template:ObjectInfo: Difference between revisions
Jump to navigation
Jump to search
Fernando187 (talk | contribs) m (add icon) |
Fernando187 (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
* There is a distinction in GTA: San Andreas between static and dynamic models. The alternative [[createBuilding]] function allows you to create objects that are non-dynamic. | * There is a distinction in GTA: San Andreas between static and dynamic models. The alternative [[createBuilding]] function allows you to create objects that are non-dynamic. | ||
* The [[createObject]] function can also create non-dynamic objects, but for optimization reasons '''it is recommended to spawn [[building|Buildings]] when creating static objects | * The [[createObject]] function can also create non-dynamic objects, but for optimization reasons '''it is recommended to spawn [[building|Buildings]] when creating static objects that don't rely on the [[Dimension]] system''' (buildings don't use the same MTA object-streaming system). |
Revision as of 13:51, 22 October 2024
This template is used on Object and related pages.
Important info about Objects
- Objects only represent models created by a script, they do not represent models that are part of the GTA's default landscape (these belong to the "building pool").
- There is a distinction in GTA: San Andreas between static and dynamic models. The alternative createBuilding function allows you to create objects that are non-dynamic.
- The createObject function can also create non-dynamic objects, but for optimization reasons it is recommended to spawn Buildings when creating static objects that don't rely on the Dimension system (buildings don't use the same MTA object-streaming system).