Editing Template:Standard attributes for RCOXML objects
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+standard attributes | |+standard object attributes {{ed right|RCOXML standard object attributes}} | ||
! colspan="5" | Attribute !! rowspan="2" | How it works | ! colspan="5" | Attribute !! rowspan="2" | How it works | ||
|- | |- | ||
! Name !! Type !! {{icon content psp | ! Name !! Type !! {{icon content psp}} !! {{icon content ps3}} !! Examples | ||
|- | |- | ||
| | | stdPositionX || float || {{yes}} || {{yes}} || || rowspan="3" | Object X,Y,Z position, in pixels | ||
|- | |- | ||
| | | stdPositionY || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdPositionZ || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdColorScaleR || float || {{yes}} || {{yes}} || || rowspan="4" | Object Red,Green,Blue,Alpha channels scaler (scale 0-1) | ||
|- | |- | ||
| | | stdColorScaleG || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdColorScaleB || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdColorScaleA || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdSizeX || float || {{yes}} || {{yes}} || || rowspan="3" | Object X,Y,Z size, in pixels | ||
|- | |- | ||
| | | stdSizeY || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdSizeZ || float || {{yes}} || {{yes}} || | ||
|- | |- | ||
| | | stdSizeScaleX || float || {{yes}} || {{yes}} || || rowspan="3" | Object X,Y,Z size scaler (scale 0-1) | ||
|- | |- | ||
| | | stdSizeScaleY || 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]] | ||
|- | |- | ||
| | | 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]] | ||
|- | |- | ||
| | | stdOverridePositionY || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|- | |- | ||
| | | stdOverridePositionZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|- | |- | ||
| | | stdOverrideSizeX || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || || rowspan="3" | Overrides '''stdSizeX''', '''stdSizeY''', '''stdSizeZ''' with values from [[XMB Layouts]] | ||
|- | |- | ||
| | | stdOverrideSizeY || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|- | |- | ||
| | | stdOverrideSizeZ || <abbr title="data type unk used on purpose because rcomage cant convert the value correctlly">unk</abbr> || {{no}} || {{yes}} || | ||
|} | |} | ||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude> | ||
*'''stdAnchorPointMode'''. Affects the position of the object and all transformations (resize, rotate, etc...), values found: | |||
{| class="wikitable" | |||
|+'''stdAnchorPointMode''' | |||
| 0x11 || 0x10 || 0x12 | |||
|- | |||
| 0x01 || 0x00 || 0x02 | |||
|- | |||
| 0x21 || 0x20 || 0x22 | |||
|} | |||
*In PSP 6.61 ofw has been found also the values: | |||
**0x03 (missing in the table above) | |||
**0x13 (missing in the table above) | |||
** | |||
**0x30 | |||
**0x31 | |||
**0x32 | |||
**0x33 | |||
** | |||
**0x40 | |||
**0x41 | |||
**0x42 | |||
**0x43 | |||
[[Category:Templates]]</noinclude> |