Difference between revisions of "RwString"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
m (req del)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{request-delete}}
 +
 
==Possible Children==
 
==Possible Children==
 
* None
 
* None
Line 4: Line 6:
  
 
==Data==
 
==Data==
Unlike most other sections, RwStrings do not contain an [[RwData]] child section, but immediately have their data. (Ie, following the RwString RwHeader, there is '''not''' another RwHeader immediately following for the subsequent data, but it goes straight into the data)
+
Unlike most other sections, [[RwString]]s do not contain an [[RwData]] child section, but immediately have their data. (Ie, following the [[RwString]] [[RwHeader]], there is ''not'' another [[RwHeader]] immediately following for the subsequent data, but it goes straight into the data)
 
{| style="width:95%" border="1" cellpadding="2" cellspacing="0"  
 
{| style="width:95%" border="1" cellpadding="2" cellspacing="0"  
 
! style="width:14%" | Data type !! style="width:16%" | Name !! style="width:13%" | Version number !! style="width:21%" | Condition !! Notes
 
! style="width:14%" | Data type !! style="width:16%" | Name !! style="width:13%" | Version number !! style="width:21%" | Condition !! Notes

Latest revision as of 08:55, 13 October 2007

Delete.png This article has been requested for deletion
You may suggest different in the discussion page.

Possible Children

  • None


Data

Unlike most other sections, RwStrings do not contain an RwData child section, but immediately have their data. (Ie, following the RwString RwHeader, there is not another RwHeader immediately following for the subsequent data, but it goes straight into the data)

Data type Name Version number Condition Notes
u8[sectionSize] text all Text is zero-terminated. String does not have to use the whole text array. Unused cells have indeterminate contents and should be ignored