Jump to content

Money: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 4 revisions imported
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Player gets credits, parameter 4 is amount of cash they get.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|types={{Categ|MultiplayerDefaults}}, {{Categ|MultiplayerDialogSettings}}, {{Categ|Powerups}}
|values={{values|int}}
|ra=yes
|cs=yes
|am=yes
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
|ares=yes
}}
 
==In {{s|MultiplayerDefaults|link}} and {{s|MultiplayerDialogSettings|link}}==
 
Defines the default position of the Credits slider in the in-game multiplayer dialog.
 
==In {{s|Powerups|link}}==
 
Defines settings for the money powerup. See {{s|Powerups|link}} for more information.
 
==See Also==
*[[MaxMoney]]
*[[MinMoney]]
*[[MoneyIncrement]]

Latest revision as of 21:59, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Money
File(s): rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Applicable to: MultiplayerDefaults, MultiplayerDialogSettings, Powerups


In [MultiplayerDefaults] and [MultiplayerDialogSettings]

Defines the default position of the Credits slider in the in-game multiplayer dialog.

In [Powerups]

Defines settings for the money powerup. See [Powerups] for more information.

See Also