ManiaScript  2019-10-10
The script language used in ManiaPlanet gaming system
Public Member Functions | List of all members
CModulePlaygroundStore Struct Reference

#include <big.h>

Inheritance diagram for CModulePlaygroundStore:
CModulePlayground CNod

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
const Ident Id
 

Detailed Description

An playground Store module.

Member Function Documentation

◆ AddMoney()

Boolean CModulePlaygroundStore::AddMoney ( CPlayer  Player,
Integer  Amount 
)

◆ GetActionLevel()

Integer CModulePlaygroundStore::GetActionLevel ( CPlayer  Player,
Text  ActionUrl 
)

◆ GetItemCanBeBought()

Boolean CModulePlaygroundStore::GetItemCanBeBought ( CPlayer  Player,
Text  ActionUrl 
)

◆ GetMoney()

Integer CModulePlaygroundStore::GetMoney ( CPlayer  Player)

◆ Reset() [1/2]

Void CModulePlaygroundStore::Reset ( )

◆ Reset() [2/2]

Void CModulePlaygroundStore::Reset ( CPlayer  Player)

◆ SetActionLevel()

Void CModulePlaygroundStore::SetActionLevel ( CPlayer  Player,
Text  ActionUrl,
Integer  ActionLevel 
)

◆ SetItemCanBeBought()

Void CModulePlaygroundStore::SetItemCanBeBought ( CPlayer  Player,
Text  ActionUrl,
Boolean  CanBeBought 
)

◆ SetMoney()

Void CModulePlaygroundStore::SetMoney ( CPlayer  Player,
Integer  Amount 
)

◆ SubMoney()

Boolean CModulePlaygroundStore::SubMoney ( CPlayer  Player,
Integer  Amount 
)

The documentation for this struct was generated from the following file: