Пользовательские дополнения

На главную


bulletinBoard.GetPostPriceInfo()

Возвращает информацию о цене платного сообщения.

-- библиотека:
bulletinBoard

-- объявление:
function GetSectionInfos()

-- параметры:
нет

-- возвращаемые значения:
table or nil - таблица со следующими полями:
 currencyId: CurrencyId - денежная единица
 currencyValue: number (int) - цена одного объявления

-- примеры:
local postPriceInfo = bulletinBoard.GetPostPriceInfo()
local currency = avatar.GetCurrencyInfo( postPriceInfo.currencyId )
if currency then
 LogInfo( "валюта: ", currency.name )
end

BlurpSearch: CategoryLuaApi CategoryLuaBulletinBoard

CategoryLuaBulletinBoard
EventBulletinBoardChanged
EventBulletinBoardOperationInProgressChanged
EventBulletinBoardPostAdded
EventBulletinBoardPostChanged
FunctionBulletinBoardCanAddText
FunctionBulletinBoardGetPost
FunctionBulletinBoardGetPostPriceInfo
FunctionBulletinBoardGetSectionInfos
FunctionBulletinBoardGetText
FunctionBulletinBoardIsOperationInProgress
FunctionBulletinBoardReadSection


CategoryLuaApi CategoryFunction CategoryLuaBulletinBoard

На главную