Difference between revisions of "RwString"
Jump to navigation
Jump to search
m (→Data) |
m |
||
Line 4: | Line 4: | ||
==Data== | ==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 | + | 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 |
Revision as of 04:30, 30 May 2007
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 |