Template:Standard attributes for RCOXML objects: Difference between revisions
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" | | | 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" | | | 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" | | | 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" | | | 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 | | 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 11:23, 27 August 2016
Attribute | How it works | ||||
---|---|---|---|---|---|
Name | Type | 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 |