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 5: Line 5:
| '''event:native:''' || [[RCOXML Objects]] || code function || associated .SPRX || ''event:native:/myfunctions/runFuctionX'' ||  
| '''event:native:''' || [[RCOXML Objects]] || code function || associated .SPRX || ''event:native:/myfunctions/runFuctionX'' ||  
|-
|-
| '''event:script:''' || [[RCOXML Objects]] || [[PlayStation JavaScript]] code function || [[VSMX]] script indexed in the '''VSMXFile''', inside [[Resource Container (RCO)|RCO]] || ''event:script:/myfunctions/runFuctionX'' ||  
| '''event:script:''' || [[RCOXML Objects]] || [[RCOXML Script]] function in [[PlayStation JavaScript]] language from the [[VSMX]] script indexed in the '''VSMXFile''' || inside [[Resource Container (RCO)|RCO]] || ''event:script:/myfunctions/runFuctionX'' ||  
|-
|-
| '''image:''' || [[RCOXML Objects]] || texture image || [[RCOXML Images]] indexed in the '''ImageTree''', inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
| '''image:''' || [[RCOXML Objects]] || [[RCOXML Images]] textures indexed in the '''ImageTree''' || inside [[Resource Container (RCO)|RCO]] || ''image:tex_mytexture'' ||  
|-
|-
| '''font:''' || [[RCOXML Objects]] || font style || [[RCOXML Fonts]] indexed in the '''FontTree''', inside [[Resource Container (RCO)|RCO]] || ''font:fontstyle_sanserif'' ||  
| '''font:''' || [[RCOXML Objects]] || [[RCOXML Fonts]] styles indexed in the '''FontTree''' || system fonts availables || ''font:fontstyle_sanserif'' ||  
|-
|-
| '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Settings]] || [[Languages|localized language]] text string || [[RCOXML Texts]] indexed in the '''TextTree''', inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
| '''text:''' || [[RCOXML Objects]]<br>[[XMBML Coding|XMBML Settings]] || [[RCOXML Texts]] strings from the [[Languages|<language>.xml]] files indexed in the '''TextTree''' || inside [[Resource Container (RCO)|RCO]] || ''text:msg_mytext'' ||  
|-
|-
| '''model:''' || [[RCOXML Objects]] || .GMO model || [[RCOXML Models]] 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}}
|-{{cellcolors|#ff7777}}
| '''sound:''' || associated .SPRX || sound || [[RCOXML Sounds]] indexed in the '''SoundTree''', inside [[Resource Container (RCO)|RCO]] || sound:mysound ? || speculative, never found used in RCOXML code
| '''sound:''' || associated .SPRX || [[RCOXML Sounds]] in VAG format indexed in the '''SoundTree''' || inside [[Resource Container (RCO)|RCO]] || sound:mysound ? || speculative, never found used in RCOXML code
|-
|-
| '''object:''' || [[RCOXML Animations]] || [[RCOXML Objects]] || [[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'' ||  
|-
|-
| '''object2:''' || [[RCOXML Objects]] || [[RCOXML Objects]] || [[RCOXML Objects]] indexed in the '''ObjectTree''', inside [[Resource Container (RCO)|RCO]] || ''object2:plane_myplane'' ||  
| '''object2:''' || [[RCOXML Objects]] || [[RCOXML Objects]] indexed in the '''ObjectTree''' || inside [[Resource Container (RCO)|RCO]] || ''object2:plane_myplane'' ||  
|-
|-
| '''anim:''' || [[RCOXML Animations]] || RCOXML Animation || [[RCOXML Animations]] indexed in the '''AnimTree''', inside [[Resource Container (RCO)|RCO]] || ''anim:myanimation'' ||  
| '''anim:''' || [[RCOXML Animations]] || [[RCOXML Animations]] indexed in the '''AnimTree''' || inside [[Resource Container (RCO)|RCO]] || ''anim:myanimation'' ||  
|}<noinclude>[[Category:Templates]]</noinclude>
|}<noinclude>[[Category:Templates]]</noinclude>

Revision as of 09:32, 4 September 2016

method loader loads from example notes
event:native: RCOXML Objects code function associated .SPRX event:native:/myfunctions/runFuctionX
event:script: RCOXML Objects RCOXML Script function in PlayStation JavaScript language from the VSMX script indexed in the VSMXFile inside RCO event:script:/myfunctions/runFuctionX
image: RCOXML Objects RCOXML Images textures indexed in the ImageTree inside RCO image:tex_mytexture
font: RCOXML Objects RCOXML Fonts styles indexed in the FontTree system fonts availables font:fontstyle_sanserif
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 ? speculative, never found used in RCOXML code
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