Template:Standard attributes for RCOXML objects: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable"
|+standard object attributes {{ed right|RCOXML standard object attributes}}
|+standard attributes for RCOXML objects {{ed right|standard attributes for RCOXML objects}}
! colspan="5" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr>
! colspan="5" | Attribute !! rowspan="2" | How it works
|-
|-
! Name !! Type !! {{icon content psp}} !! {{icon content ps3}} !! Examples
! Name !! Type !! {{icon content psp|50px}} !! {{icon content ps3|50px}} !! Examples
|-
|-
| stdPositionX || float || {{yes}} || {{yes}} ||  || ||  
| PositionX || float || {{yes}} || {{yes}} ||  || rowspan="3" | '''XYZ Position''', in pixels
|-
|-
| stdPositionY || float || {{yes}} || {{yes}} ||  ||  ||  
| PositionY || float || {{yes}} || {{yes}} ||  
|-
|-
| stdPositionZ || float || {{yes}} || {{yes}} ||  ||  ||  
| PositionZ || float || {{yes}} || {{yes}} ||  
|-
|-
| stdScaleRed || float || {{yes}} || {{yes}} ||  || ||  
| ColorScaleR || float || {{yes}} || {{yes}} ||  || rowspan="4" | '''RGBA Color Scale''' (multiplyer, 1 original, smaller than 1 reduced, bigger than 1 increased)
|-
|-
| stdScaleGreen || float || {{yes}} || {{yes}} ||  ||  ||  
| ColorScaleG || float || {{yes}} || {{yes}} ||  
|-
|-
| stdScaleBlue || float || {{yes}} || {{yes}} ||  ||  ||  
| ColorScaleB || float || {{yes}} || {{yes}} ||  
|-
|-
| stdScaleAlpha || float || {{yes}} || {{yes}} ||  ||  ||  
| ColorScaleA || float || {{yes}} || {{yes}} ||  
|-
|-
| stdSizeX || float || {{yes}} || {{yes}} ||  || ||  
| SizeX || float || {{yes}} || {{yes}} ||  || rowspan="3" | '''XYZ Size''', in pixels
|-
|-
| stdSizeY || float || {{yes}} || {{yes}} ||  ||  ||  
| SizeY || float || {{yes}} || {{yes}} ||  
|-
|-
| stdSizeZ || float || {{yes}} || {{yes}} ||  ||  ||  
| SizeZ || float || {{yes}} || {{yes}} ||  
|-
|-
| stdScaleSizeX || float || {{yes}} || {{yes}} ||  || ||  
| SizeScaleX || float || {{yes}} || {{yes}} ||  || rowspan="3" | '''XYZ Size Scale''' (multiplyer, 1 original, smaller than 1 reduced, bigger than 1 increased)
|-
|-
| stdScaleSizeY || float || {{yes}} || {{yes}} ||  ||  ||  
| SizeScaleY || float || {{yes}} || {{yes}} ||  
|-
|-
| stdScaleSizeZ || float || {{yes}} || {{yes}} || ||  ||  
| SizeScaleZ || float || {{yes}} || {{yes}} ||  
|-{{cellcolors|#DD6666}}
| AnchorMode || int || {{yes}} || {{yes}} ||  || Partially unknown
|-
|-
| stdIconOffset || int || {{yes}} || {{yes}} ||  || || the word "icon" doesnt looks accurate for an standard attribute
| OnInit || event || {{yes}} || {{yes}} ||  || Triggers an '''event'''
|-
|-
| stdOnInit || event || {{yes}} || {{yes}} ||  || ||  
| PositionOverrideX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  || rowspan="3" | '''XYZ Position Override''' with values from [[XMB Layouts]]
|-
|-
| stdGridRefPositionX || unk || {{no}} || {{yes}} || || Overrides the value of '''stdPositionX''' by a reference to a value in [[XMB Layouts]] files || The data type "unk" is used on purpose because rcomage cant convert the value correctlly
| PositionOverrideY || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  
|-
|-
| stdGridRefPositionY || unk || {{no}} || {{yes}} || || Overrides the value of '''stdPositionY''' by a reference to a value in [[XMB Layouts]] files || The data type "unk" is used on purpose because rcomage cant convert the value correctlly
| PositionOverrideZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  
|-
|-
| stdGridRefPositionZ || unk || {{no}} || {{yes}} ||  || Overrides the value of '''stdPositionZ''' by a reference to a value in [[XMB Layouts]] files || The data type "unk" is used on purpose because rcomage cant convert the value correctlly
| SizeOverrideX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  || rowspan="3" | ''' XYZ Size Override''' with values from [[XMB Layouts]]
|-
|-
| stdGridRefSizeX || unk || {{no}} || {{yes}} || || Overrides the value of '''stdSizeX''' by a reference to a value in [[XMB Layouts]] files || The data type "unk" is used on purpose because rcomage cant convert the value correctlly
| SizeOverrideY || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  
|-
|-
| stdGridRefSizeY || unk || {{no}} || {{yes}} ||  || Overrides the value of '''stdSizeY''' by a reference to a value in [[XMB Layouts]] files || The data type "unk" is used on purpose because rcomage cant convert the value correctlly
| SizeOverrideZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  
|-
| stdGridRefSizeZ || unk || {{no}} || {{yes}} || || Overrides the value of '''stdSizeZ''' by a reference to a value in [[XMB Layouts]] files || The data type "unk" is used on purpose because rcomage cant convert the value correctlly
|}
|}
<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 13:52, 2 September 2016

standard attributes for RCOXML objects
Attribute How it works
Name Type PSP icon PS3 icon Examples
PositionX float Yes Yes XYZ Position, in pixels
PositionY float Yes Yes
PositionZ float Yes Yes
ColorScaleR float Yes Yes RGBA Color Scale (multiplyer, 1 original, smaller than 1 reduced, bigger than 1 increased)
ColorScaleG float Yes Yes
ColorScaleB float Yes Yes
ColorScaleA float Yes Yes
SizeX float Yes Yes XYZ Size, in pixels
SizeY float Yes Yes
SizeZ float Yes Yes
SizeScaleX float Yes Yes XYZ Size Scale (multiplyer, 1 original, smaller than 1 reduced, bigger than 1 increased)
SizeScaleY float Yes Yes
SizeScaleZ float Yes Yes
AnchorMode int Yes Yes Partially unknown
OnInit event Yes Yes Triggers an event
PositionOverrideX unk No Yes XYZ Position Override with values from XMB Layouts
PositionOverrideY unk No Yes
PositionOverrideZ unk No Yes
SizeOverrideX unk No Yes XYZ Size Override with values from XMB Layouts
SizeOverrideY unk No Yes
SizeOverrideZ unk No Yes