![]() |
ManiaScript Trackmania 2020
30/10/2024
|
An playground Store module. More...
#include <2024_10_30.h>
Public Member Functions | |
Void | Reset () |
Void | Reset (CPlayer Player) |
Void | SetMoney (CPlayer Player, Integer Amount) |
Integer | GetMoney (CPlayer Player) |
Boolean | AddMoney (CPlayer Player, Integer Amount) |
Boolean | SubMoney (CPlayer Player, Integer Amount) |
Void | SetActionLevel (CPlayer Player, Text ActionUrl, Integer ActionLevel) |
Integer | GetActionLevel (CPlayer Player, Text ActionUrl) |
Void | SetItemCanBeBought (CPlayer Player, Text ActionUrl, Boolean CanBeBought) |
Boolean | GetItemCanBeBought (CPlayer Player, Text ActionUrl) |
![]() | |
Void | Hide () |
Void | Hide (CUIConfig UIConfig) |
Void | Show () |
Void | Show (CUIConfig UIConfig) |
Boolean | IsVisible (CUIConfig UIConfig) |
Additional Inherited Members | |
![]() | |
Ident const | Id |
An playground Store module.
Definition at line 18910 of file 2024_10_30.h.
Void CModulePlaygroundStore::Reset | ( | ) |
Void CModulePlaygroundStore::SetItemCanBeBought | ( | CPlayer | Player, |
Text | ActionUrl, | ||
Boolean | CanBeBought | ||
) |