TM Turbo  2016/03/25
TM Turbo docs
 All Classes Functions Variables
CGameAchievementScriptManager Struct Reference

#include <Turbo.h>

Inheritance diagram for CGameAchievementScriptManager:
CNod

Public Member Functions

Void SendEvent (Ident UserId, Text Mnemo, Integer[] Params)
 
CWebServicesTaskResult MasterServer_UplayCompleteAction (Ident UserId, Text ActionId)
 
CWebServicesTaskResult MasterServer_UplayCompleteActions (Ident UserId, Text[] ActionIds)
 
CGameAchievementScriptUplayAction MasterServer_GetUplayAction (Ident UserId, Text ActionId)
 
Boolean MasterServer_IsUplayActionCompleted (Ident UserId, Text ActionId)
 
CWebServicesTaskResult MasterServer_UplayPurchaseReward (Ident UserId, Text RewardId)
 
Boolean MasterServer_IsUplayRewardPurchased (Ident UserId, Text RewardId)
 
Void MasterServer_ReleaseMSTaskResult (Ident TaskId)
 

Public Attributes

const CGameAchievementScriptEvent[] PendingEvents
 
const
CGameAchievementScriptAchievement[] 
Achievements
 
const CGameAchievementScriptStat[] Stats
 
const
CGameAchievementScriptAchievementDesc[] 
AchievementDescriptions
 
const
CGameAchievementScriptStatDesc[] 
StatDescriptions
 
const CWebServicesTaskResult[] MasterServer_MSTaskResults
 
const
CGameAchievementScriptUplayAction[] 
MasterServer_UplayActions
 
- Public Attributes inherited from CNod
const Ident Id
 

Detailed Description

Manager of achievements.

Member Data Documentation

const CGameAchievementScriptAchievementDesc [] CGameAchievementScriptManager::AchievementDescriptions

Achievements descriptions.

const CGameAchievementScriptAchievement [] CGameAchievementScriptManager::Achievements

Achievements descriptions.

const CGameAchievementScriptEvent [] CGameAchievementScriptManager::PendingEvents

List of events for current frame.

const CGameAchievementScriptStatDesc [] CGameAchievementScriptManager::StatDescriptions

Stats descriptions.

const CGameAchievementScriptStat [] CGameAchievementScriptManager::Stats

Stats descriptions.


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