Template:ParadiseVehicleCarGraphicsAttribs: Difference between revisions

From Burnout Wiki
Content added Content deleted
No edit summary
(Allow removal of title header.)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable"
|- {{ #if: {{{vehicle|}}} | | style="display: none;" }}
! colspan=3 | {{{vehicle}}} {{ #if: {{{differences|}}} | [Differences] }}
! colspan=3 | {{{vehicle}}} {{ #if: {{{differences|}}} | [Differences] }}
|-
|-
! Name || Type || Value
! Name || Type || Value
|- {{#if: {{{palette|}}} | | style="display: none;" }}
|- {{ #if: {{{palette|}}} | | style="display: none;" }}
| PlayerColourPaletteIndex || EA::Reflection::Int32 || {{{palette}}}
| PlayerColourPaletteIndex || EA::Reflection::Int32 || {{{palette}}}
|- {{#if: {{{trafficcolours|}}} | | style="display: none;" }}
|- {{ #if: {{{trafficcolours|}}} | | style="display: none;" }}
| RandomTrafficColours || EA::Reflection::Int32[1] || {{{trafficcolours}}}
| RandomTrafficColours || EA::Reflection::Int32[1] || {{{trafficcolours}}}
|- {{#if: {{{colour|}}} | | style="display: none;" }}
|- {{ #if: {{{colour|}}} | | style="display: none;" }}
| PlayerColourIndex || EA::Reflection::Int32 || {{{colour}}}
| PlayerColourIndex || EA::Reflection::Int32 || {{{colour}}}
|}
|}

Revision as of 04:18, 13 November 2021

{{{vehicle}}}
Name Type Value
PlayerColourPaletteIndex EA::Reflection::Int32 {{{palette}}}
RandomTrafficColours EA::Reflection::Int32[1] {{{trafficcolours}}}
PlayerColourIndex EA::Reflection::Int32 {{{colour}}}