Template:RCO TOC reference types: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{| class="wikitable" style="font-size:x-small;"
{| class="wikitable" style="font-size:x-small;"
|+RCO TOC reference types {{ed right|RCO TOC reference types}}
|+RCO TOC reference types {{ed right|RCO TOC reference types}}
! Reference_type !! Pointer type !! Method !! Loader !! Loads !! From !! Example (XML) !! Notes
! reference_type !! pointer_type !! Method !! Loader !! Loads !! From !! Example (XML) !! Notes
|-{{cellcolors|lightgrey}}
| 0xFFFF0000 || 0xFFFFFFFF || ''n/a'' || All || nothing || none || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"nothing"</span>> ||
|-
|-
| rowspan="2" | 0x04000000 || rowspan="2" | relative || rowspan="2" | '''event:''' || rowspan="2" | [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"event:native:/runFuctionX"</span>> ||  
| rowspan="2" | 0x04000000 || rowspan="2" | relative || rowspan="2" | '''event:''' || rowspan="2" | [[RCOXML Objects]]<br>[[RCOXML Animations]] || code function || associated [[Plugin Interfaces|.SPRX]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"event:native:/runFuctionX"</span>> ||  
Line 24: Line 26:
|-
|-
| 0x04090000 || absolute || '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"object:plane_myplane"</span>> ||  
| 0x04090000 || absolute || '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || <Entry <span style="color:#000099;">reference</span>=<span style="color:#990000;">"object:plane_myplane"</span>> ||  
|-{{cellcolors|lightgrey}}
| 0xFFFF0000 || 0xFFFFFFFF || '''nothing''' ||  ||  ||  ||  ||
|}<noinclude>[[Category:Templates]]</noinclude>
|}<noinclude>[[Category:Templates]]</noinclude>

Revision as of 11:23, 26 September 2016

RCO TOC reference types
reference_type pointer_type Method Loader Loads From Example (XML) Notes
0xFFFF0000 0xFFFFFFFF n/a All nothing none <Entry reference="nothing">
0x04000000 relative event: RCOXML Objects
RCOXML Animations
code function associated .SPRX <Entry reference="event:native:/runFuctionX">
VSMXFile/RCOXML Script function VSMX inside RCO <Entry reference="event:script:/main/runFuctionX">
0x04010000 # (0-based) text: RCOXML Objects
XMBML Code
TextTree/RCOXML Texts strings <language>.xml inside RCO <Entry reference="text:msg_mytext">
0x04020000 absolute image: RCOXML Objects
XMBML Code
ImageTree/RCOXML Images textures .GIM .PNG .JPG inside RCO <Entry reference="image:tex_mytexture">
0x04030000 absolute model: RCOXML Objects ModelTree/RCOXML Models .GMO inside RCO <Entry reference="model:mymodel">
0x04040000 absolute ? sound: ? associated .SPRX SoundTree/RCOXML Sounds .VAG inside RCO <Entry reference="sound:mysound"> ? speculation
0x04050000 absolute font: RCOXML Objects FontTree/RCOXML Fonts styles ? <Entry reference="font:fontstyle_sanserif"> speculation
0x04060000 absolute ? unknown speculation
0x04070000 absolute object2: RCOXML Objects ObjectTree/RCOXML Objects RCOXML code <Entry reference="object2:plane_myplane"> speculation
0x04080000 absolute anim: RCOXML Animations AnimTree/RCOXML Animations RCOXML code <Entry reference="anim:myanimation">
0x04090000 absolute object: RCOXML Animations ObjectTree/RCOXML Objects RCOXML code <Entry reference="object:plane_myplane">