![]() |
ManiaScript Trackmania 2020
14/07/2025
|
An playground Store module. More...
#include <2025_07_14.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) |
Public Member Functions inherited from CModulePlayground | |
| Void | Hide () |
| Void | Hide (CUIConfig UIConfig) |
| Void | Show () |
| Void | Show (CUIConfig UIConfig) |
| Boolean | IsVisible (CUIConfig UIConfig) |
Additional Inherited Members | |
Public Attributes inherited from CNod | |
| Ident const | Id |
An playground Store module.
Definition at line 18938 of file 2025_07_14.h.
| Void CModulePlaygroundStore::Reset | ( | ) |
| Void CModulePlaygroundStore::SetItemCanBeBought | ( | CPlayer | Player, |
| Text | ActionUrl, | ||
| Boolean | CanBeBought | ||
| ) |