Difference between revisions of "Extension (RW Section)"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 10: Line 10:
 
'''Extension''' chunks are containers for plugin data. See [[RenderWare#Basic_structure|this]] to find out which objects can have plugins attached and hence an extension chunk. The contents of this chunk are one (optional!) chunk per plugin where the chunk ID is the same as the plugin ID. Note that one section may contain multiple or no extension sections. An extension itself does not store any data, but rather acts as a container for additional sections.
 
'''Extension''' chunks are containers for plugin data. See [[RenderWare#Basic_structure|this]] to find out which objects can have plugins attached and hence an extension chunk. The contents of this chunk are one (optional!) chunk per plugin where the chunk ID is the same as the plugin ID. Note that one section may contain multiple or no extension sections. An extension itself does not store any data, but rather acts as a container for additional sections.
  
Typically all sections from the [[List_of_RW_section_IDs|Core module]] can have an extension, except for the rudimentary types, such as [[Struct (RW Section)|Struct]], [[String (RW Section)|String]] and [[Extension (RW Section)|Extension]] itself.
+
Typically all sections from the [[List_of_RW_section_IDs|core module]] can have an extension, except for the rudimentary types, such as [[Struct (RW Section)|Struct]], [[String (RW Section)|String]] and [[Extension (RW Section)|Extension]] itself.

Revision as of 11:33, 11 September 2020

Extension
RenderWare Stream Section
Vendor Criterion Games
Module Core
Module ID 0x000000
Identifier 0x03
Chunk ID 0x00000003
Versions All
Hierarchy
Parents:
Texture, Camera, Material, Material List, Frame List, Geometry, Geometry List, Clump, Light, Atomic, Texture Native, Texture Dictionary, Anim Animation, Right to Render, UV Animation Dictionary, Coll Tree
Children:
None
Extensions:
None
File Format

Extension chunks are containers for plugin data. See this to find out which objects can have plugins attached and hence an extension chunk. The contents of this chunk are one (optional!) chunk per plugin where the chunk ID is the same as the plugin ID. Note that one section may contain multiple or no extension sections. An extension itself does not store any data, but rather acts as a container for additional sections.

Typically all sections from the core module can have an extension, except for the rudimentary types, such as Struct, String and Extension itself.