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 14: Line 14:
|-
|-
| '''model:''' || [[RCOXML Objects]] || [[RCOXML Models]] in .GMO format indexed in the '''ModelTree''' || inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
| '''model:''' || [[RCOXML Objects]] || [[RCOXML Models]] in .GMO format indexed in the '''ModelTree''' || inside [[Resource Container (RCO)|RCO]] || ''model:mymodel'' ||  
|-{{cellcolors|#ff7777}}
|-
| '''sound:''' || associated .SPRX || [[RCOXML Sounds]] in VAG format indexed in the '''SoundTree''' || inside [[Resource Container (RCO)|RCO]] || sound:mysound ? || <abbr title="never found used in RCOXML code">speculation</abbr>
| {{cellcolors|#ff7777}} '''sound:''' ? || associated .SPRX || [[RCOXML Sounds]] in VAG format indexed in the '''SoundTree''' || inside [[Resource Container (RCO)|RCO]] || {{cellcolors|#ff7777}} sound:mysound ? || {{cellcolors|#ff7777}} <abbr title="never found used in RCOXML code">speculation</abbr>
|-
|-
| '''object:''' || [[RCOXML Animations]] || [[RCOXML Objects]] indexed in the '''ObjectTree''' || inside [[Resource Container (RCO)|RCO]] || ''object:plane_myplane'' ||  
| '''object:''' || [[RCOXML Animations]] || [[RCOXML Objects]] indexed in the '''ObjectTree''' || inside [[Resource Container (RCO)|RCO]] || ''object:plane_myplane'' ||  

Revision as of 10:56, 4 September 2016

RCOXML reference loaders
method loader loads from example notes
event:native: RCOXML Objects
RCOXML Animations
code function associated .SPRX event:native:/runFuctionX
event:script: RCOXML Objects RCOXML Script function in PlayStation JavaScript language from the VSMX script indexed in the VSMXFile inside RCO event:script:/main/runFuctionX
image: RCOXML Objects RCOXML Images textures in .GIM .PNG .JPG formats indexed in the ImageTree inside RCO image:tex_mytexture
font: RCOXML Objects RCOXML Fonts styles indexed in the FontTree system fonts ? font:fontstyle_sanserif speculation
text: RCOXML Objects
XMBML Settings
RCOXML Texts strings from the <language>.xml files indexed in the TextTree inside RCO text:msg_mytext
model: RCOXML Objects RCOXML Models in .GMO format indexed in the ModelTree inside RCO model:mymodel
sound: ? associated .SPRX RCOXML Sounds in VAG format indexed in the SoundTree inside RCO sound:mysound ? speculation
object: RCOXML Animations RCOXML Objects indexed in the ObjectTree inside RCO object:plane_myplane
object2: RCOXML Objects RCOXML Objects indexed in the ObjectTree inside RCO object2:plane_myplane
anim: RCOXML Animations RCOXML Animations indexed in the AnimTree inside RCO anim:myanimation