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 19: Line 19:
| '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object:plane_myplane'' ||  
| '''object:''' || [[RCOXML Animations]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object:plane_myplane'' ||  
|-
|-
| '''object2:''' || [[RCOXML Objects]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object2:plane_myplane'' ||  
| '''object2:''' || [[RCOXML Objects]] || '''ObjectTree'''/[[RCOXML Objects]] || [[RCOXML Coding|RCOXML code]] || ''object2:plane_myplane'' || <abbr title="maybe the object2 found is just a variant of object where is specifyed with a sufix the xml hierarchy depth, so to go down in the xml hierarchy maybe is posible to use object3, object4 and so on">speculation</abbr>
|-
|-
| '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations]] || [[RCOXML Coding|RCOXML code]] || ''anim:myanimation'' ||  
| '''anim:''' || [[RCOXML Animations]] || '''AnimTree'''/[[RCOXML Animations]] || [[RCOXML Coding|RCOXML code]] || ''anim:myanimation'' ||  
|}<noinclude>[[Category:Templates]]</noinclude>
|}<noinclude>[[Category:Templates]]</noinclude>

Revision as of 11:55, 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 VSMXFile/RCOXML Script function VSMX inside RCO event:script:/main/runFuctionX
image: RCOXML Objects
XMBML Code
ImageTree/RCOXML Images textures .GIM .PNG .JPG inside RCO image:tex_mytexture
font: RCOXML Objects FontTree/RCOXML Fonts styles system fonts ? font:fontstyle_sanserif speculation
text: RCOXML Objects
XMBML Code
TextTree/RCOXML Texts strings <language>.xml inside RCO text:msg_mytext
model: RCOXML Objects ModelTree/RCOXML Models .GMO inside RCO model:mymodel
sound: ? associated .SPRX SoundTree/RCOXML Sounds .VAG inside RCO sound:mysound ? speculation
object: RCOXML Animations ObjectTree/RCOXML Objects RCOXML code object:plane_myplane
object2: RCOXML Objects ObjectTree/RCOXML Objects RCOXML code object2:plane_myplane speculation
anim: RCOXML Animations AnimTree/RCOXML Animations RCOXML code anim:myanimation