Template:Standard attributes for RCOXML objects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+specific object attributes (IItem) | ||
! colspan=" | ! 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> | ||
|- | |- | ||
! Name !! Type !! Examples | ! Name !! Type !! Examples !! {{icon content psp}} !! {{icon content ps3}} | ||
|- | |- | ||
| stdPositionX || float || || || | | stdPositionX || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdPositionY || float || || || | | stdPositionY || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdPositionZ || float || || || | | stdPositionZ || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleRed || float || || || | | stdScaleRed || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleGreen || float || || || | | stdScaleGreen || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleBlue || float || || || | | stdScaleBlue || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleAlpha || float || || || | | stdScaleAlpha || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdSizeX || float || || || | | stdSizeX || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdSizeY || float || || || | | stdSizeY || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdSizeZ || float || || || | | stdSizeZ || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleSizeX || float || || || | | stdScaleSizeX || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleSizeY || float || || || | | stdScaleSizeY || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdScaleSizeZ || float || || || | | stdScaleSizeZ || float || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdIconOffset || int || || || | | stdIconOffset || int || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdOnInit || event || || || | | stdOnInit || event || || {{yes}} || {{yes}} || || | ||
|- | |- | ||
| stdGridRefPositionX || unk || || 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 | | 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 | ||
|- | |- | ||
| stdGridRefPositionY || unk || || 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 | | 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 | ||
|- | |- | ||
| stdGridRefPositionZ || unk || || 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 | | 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 | ||
|- | |- | ||
| stdGridRefSizeX || unk || || 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 | | 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 | ||
|- | |- | ||
| stdGridRefSizeY || unk || || 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 | | 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 | ||
|- | |- | ||
| stdGridRefSizeZ || unk || || 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 | | 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> |
Revision as of 22:53, 27 November 2015
Attribute | How it works | Research notes (partially speculative) | ||||
---|---|---|---|---|---|---|
Name | Type | Examples | ||||
stdPositionX | float | Yes | Yes | |||
stdPositionY | float | Yes | Yes | |||
stdPositionZ | float | Yes | Yes | |||
stdScaleRed | float | Yes | Yes | |||
stdScaleGreen | float | Yes | Yes | |||
stdScaleBlue | float | Yes | Yes | |||
stdScaleAlpha | float | Yes | Yes | |||
stdSizeX | float | Yes | Yes | |||
stdSizeY | float | Yes | Yes | |||
stdSizeZ | float | Yes | Yes | |||
stdScaleSizeX | float | Yes | Yes | |||
stdScaleSizeY | float | Yes | Yes | |||
stdScaleSizeZ | float | Yes | Yes | |||
stdIconOffset | int | Yes | Yes | |||
stdOnInit | event | Yes | Yes | |||
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 | |
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 | |
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 | |
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 | |
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 | |
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 |