Template:RCO TOC Objects standard attributes: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
{| class="wikitable" style="font-size:small;"
{| class="wikitable" style="font-size:small;"
|+RCO TOC Objects standard attributes {{ed right|RCO TOC Objects standard attributes}}
|+RCO TOC Objects standard attributes {{ed right|RCO TOC Objects standard attributes}}
! Offset !! Length !! Data type !! Name !! {{icon content psp|50px}} !! {{icon content ps3|50px}} !! Example (TOC) !! Example (XML) !! Notes
! Offset !! Length !! <abbr title="Data type">Type</abbr> !! Name !! {{icon content psp|50px}} !! {{icon content ps3|50px}} !! Example (TOC) !! Example (XML) !! Notes
|-
|-
</noinclude>| 0x28 || 0x04 || float || '''positionX''' || {{yes}} || {{yes}} || 42 C8 00 00 || <{{{1|entry}}} <span style="color:#000099;">positionX</span><span style="color:#990000;">="100"</span> /> || rowspan="3" | '''XYZ Position''', in pixels
</noinclude>| 0x28 || 0x04 || float || '''positionX''' || {{yes}} || {{yes}} || 42 C8 00 00 || <{{{1|entry}}} <span style="color:#000099;">positionX</span><span style="color:#990000;">="100"</span> /> || rowspan="3" | '''XYZ Position''', in pixels

Revision as of 22:10, 13 October 2016

RCO TOC Objects standard attributes
Offset Length Type Name PSP icon PS3 icon Example (TOC) Example (XML) Notes
0x28 0x04 float positionX Yes Yes 42 C8 00 00 <entry positionX="100" /> XYZ Position, in pixels
0x2C 0x04 float positionY Yes Yes 42 C8 00 00 <entry positionY="100" />
0x30 0x04 float positionZ Yes Yes 00 00 00 00 <entry positionZ="0" />
0x34 0x04 float colorScaleR Yes Yes 3F 80 00 00 <entry colorScaleR="1" /> RGBA Color Scale (multiplyer, 1 original, smaller than 1 reduced, bigger than 1 increased)
0x38 0x04 float colorScaleG Yes Yes 3F 80 00 00 <entry colorScaleG="1" />
0x3C 0x04 float colorScaleB Yes Yes 3F 80 00 00 <entry colorScaleB="1" />
0x40 0x04 float colorScaleA Yes Yes 3F 00 00 00 <entry colorScaleA="0.5" />
0x44 0x04 float sizeX Yes Yes 42 C8 00 00 <entry sizeX="100" /> XYZ Size, in pixels
0x48 0x04 float sizeY Yes Yes 42 C8 00 00 <entry sizeY="100" />
0x4C 0x04 float sizeZ Yes Yes 00 00 00 00 <entry sizeZ="0" />
0x50 0x04 float sizeScaleX Yes Yes 3F 80 00 00 <entry sizeScaleX="1" /> XYZ Size Scale (multiplyer, 1 original, smaller than 1 reduced, bigger than 1 increased)
0x54 0x04 float sizeScaleY Yes Yes 3F 80 00 00 <entry sizeScaleY="1" />
0x58 0x04 float sizeScaleZ Yes Yes 3F 80 00 00 <entry sizeScaleZ="1" />
0x5C 0x04 int anchorMode Yes Yes 00 00 00 01 <entry anchorMode="0x1" /> object handler point
0x60 0x08 event onInit Yes Yes 04 00 00 00 12 34 56 78 <entry onInit="event:native:/runFuctionX" /> Triggers an event (first 4 bytes event_type, last 4 bytes string offset)
0x68 0x04 unk positionOverrideX No Yes <entry positionOverrideX=" " /> XYZ Position Override with values from XMB Layouts
0x6C 0x04 unk positionOverrideY No Yes <entry positionOverrideY=" " />
0x70 0x04 unk positionOverrideZ No Yes <entry positionOverrideZ=" " />
0x74 0x04 unk sizeOverrideX No Yes <entry sizeOverrideX=" " /> XYZ Size Override with values from XMB Layouts
0x78 0x04 unk sizeOverrideY No Yes <entry sizeOverrideY=" " />
0x7C 0x04 unk sizeOverrideZ No Yes <entry sizeOverrideZ=" " />