Template:Standard attributes for RCOXML objects: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (not working, when used inside a {{spoiler}} the text is aligned to center)
mNo edit summary
Line 5: Line 5:
! Name !! Type !! {{icon content psp}} !! {{icon content ps3}} !! Examples
! Name !! Type !! {{icon content psp}} !! {{icon content ps3}} !! Examples
|-
|-
| stdPositionX || float || {{yes}} || {{yes}} ||  || rowspan="3" | Object X,Y,Z position, in pixels
| stdPositionX || float || {{yes}} || {{yes}} ||  || rowspan="3" | X,Y,Z '''positions''', in pixels
|-
|-
| stdPositionY || float || {{yes}} || {{yes}} ||  
| stdPositionY || float || {{yes}} || {{yes}} ||  
Line 11: Line 11:
| stdPositionZ || float || {{yes}} || {{yes}} ||  
| stdPositionZ || float || {{yes}} || {{yes}} ||  
|-
|-
| stdColorScaleR || float || {{yes}} || {{yes}} ||  || rowspan="4" | Object Red,Green,Blue,Alpha channels scaler (scale 0-1)
| stdColorScaleR || float || {{yes}} || {{yes}} ||  || rowspan="4" | Red,Green,Blue,Alpha '''color scalers''' (scale 0-1)
|-
|-
| stdColorScaleG || float || {{yes}} || {{yes}} ||  
| stdColorScaleG || float || {{yes}} || {{yes}} ||  
Line 19: Line 19:
| stdColorScaleA || float || {{yes}} || {{yes}} ||  
| stdColorScaleA || float || {{yes}} || {{yes}} ||  
|-
|-
| stdSizeX || float || {{yes}} || {{yes}} ||  || rowspan="3" | Object X,Y,Z size, in pixels
| stdSizeX || float || {{yes}} || {{yes}} ||  || rowspan="3" | X,Y,Z '''sizes''', in pixels
|-
|-
| stdSizeY || float || {{yes}} || {{yes}} ||  
| stdSizeY || float || {{yes}} || {{yes}} ||  
Line 25: Line 25:
| stdSizeZ || float || {{yes}} || {{yes}} ||  
| stdSizeZ || float || {{yes}} || {{yes}} ||  
|-
|-
| stdSizeScaleX || float || {{yes}} || {{yes}} ||  || rowspan="3" | Object X,Y,Z size scaler (scale 0-1)
| stdSizeScaleX || float || {{yes}} || {{yes}} ||  || rowspan="3" | X,Y,Z '''size scalers''' (scale 0-1)
|-
|-
| stdSizeScaleY || float || {{yes}} || {{yes}} ||  
| stdSizeScaleY || float || {{yes}} || {{yes}} ||  
Line 31: Line 31:
| stdSizeScaleZ || float || {{yes}} || {{yes}} ||  
| stdSizeScaleZ || float || {{yes}} || {{yes}} ||  
|-{{cellcolors|#DD6666}}
|-{{cellcolors|#DD6666}}
| stdAnchorPointMode || int || {{yes}} || {{yes}} ||  || Partially unknown, see [[Template:RCOXML_standard_object_attributes|RCOXML standard object attributes]]
| stdAnchorPointMode || int || {{yes}} || {{yes}} ||  || Partially unknown
|-
|-
| stdOnInit || event || {{yes}} || {{yes}} ||  || Triggers an event, see [[RCOXML Structure]]
| stdOnInit || event || {{yes}} || {{yes}} ||  || Triggers an '''event''', see [[RCOXML Structure]]
|-
|-
| stdOverridePositionX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  || rowspan="3" | Overrides '''stdPositionX''', '''stdPositionY''', '''stdPositionZ''' with values from [[XMB Layouts]]
| stdOverridePositionX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} ||  || rowspan="3" | Overrides '''stdPositionX''', '''stdPositionY''', '''stdPositionZ''' with values from [[XMB Layouts]]

Revision as of 12:23, 27 August 2016

standard object attributes
Attribute How it works
Name Type PSP icon PS3 icon Examples
stdPositionX float Yes Yes X,Y,Z positions, in pixels
stdPositionY float Yes Yes
stdPositionZ float Yes Yes
stdColorScaleR float Yes Yes Red,Green,Blue,Alpha color scalers (scale 0-1)
stdColorScaleG float Yes Yes
stdColorScaleB float Yes Yes
stdColorScaleA float Yes Yes
stdSizeX float Yes Yes X,Y,Z sizes, in pixels
stdSizeY float Yes Yes
stdSizeZ float Yes Yes
stdSizeScaleX float Yes Yes X,Y,Z size scalers (scale 0-1)
stdSizeScaleY float Yes Yes
stdSizeScaleZ float Yes Yes
stdAnchorPointMode int Yes Yes Partially unknown
stdOnInit event Yes Yes Triggers an event, see RCOXML Structure
stdOverridePositionX unk No Yes Overrides stdPositionX, stdPositionY, stdPositionZ with values from XMB Layouts
stdOverridePositionY unk No Yes
stdOverridePositionZ unk No Yes
stdOverrideSizeX unk No Yes Overrides stdSizeX, stdSizeY, stdSizeZ with values from XMB Layouts
stdOverrideSizeY unk No Yes
stdOverrideSizeZ unk No Yes