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

#include <big.h>

Inheritance diagram for CBadgeEditor:
CManiaAppBase CManiaApp CNod

Public Member Functions

Void Leave ()
 
Void MeshId_Next ()
 
Void MeshId_Previous ()
 
CBadge BadgeCreate ()
 
Void BadgeDestroy (CBadge Badge)
 
Void BadgeCopy (CBadge Source, CBadge Destination)
 
Void BadgeReadFromProfile (CBadge Badge, Ident UserId)
 
Void BadgeWriteToProfile (CBadge Badge, Ident UserId)
 
- Public Member Functions inherited from CManiaApp
CUILayer UILayerCreate ()
 
Void UILayerDestroy (CUILayer Layer)
 
Void UILayerDestroyAll ()
 
Void LayerCustomEvent (CUILayer Layer, Text Type, Text[] Data)
 
Void OpenLink (Text Url, ELinkType LinkType)
 
Boolean OpenFileInExplorer (Text FileName)
 
Void Dialog_Message (Text Message)
 
Text Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly)
 

Public Attributes

CBadge DisplayCurrentBadge
 
Vec2 DisplayPosN
 
Vec2 DisplaySize
 
Real DisplayFoV
 
Real CameraTransitionDuration
 
Real MeshRotation_MaxSpeed
 
Real MeshRotation_Acceleration
 
Ident DisplayCurrentMeshId
 
const Ident [] MeshIds
 
const CBadge [] Badges
 
- Public Attributes inherited from CManiaAppBase
const CManiaAppEvent [] PendingEvents
 
- Public Attributes inherited from CManiaApp
const Text ManiaAppUrl
 
const Text ManiaAppBaseUrl
 
const Integer Now
 
const Boolean IsVisible
 
Integer LayersDefaultManialinkVersion
 
const CUser LocalUser
 
const CTitle LoadedTitle
 
Boolean EnableMenuNavigationInputs
 
const CUILayer [] UILayers
 
const CParsingManager Xml
 
const CHttpManager Http
 
const CVideoManager Video
 
const CAudioManager Audio
 
const CInputManager Input
 
const CDataFileMgr DataFileMgr
 
const CScoreMgr ScoreMgr
 
const CUserV2Manager UserMgr
 
const CSystemPlatform System
 
- Public Attributes inherited from CNod
const Ident Id
 

Additional Inherited Members

- Public Types inherited from CManiaApp
enum  ELinkType { ExternalBrowser, ManialinkBrowser }
 

Detailed Description

Supported declare modes : Local Persistent API for Maniaplanet client scripts.

Member Function Documentation

◆ BadgeCopy()

Void CBadgeEditor::BadgeCopy ( CBadge  Source,
CBadge  Destination 
)

◆ BadgeCreate()

CBadge CBadgeEditor::BadgeCreate ( )

◆ BadgeDestroy()

Void CBadgeEditor::BadgeDestroy ( CBadge  Badge)

◆ BadgeReadFromProfile()

Void CBadgeEditor::BadgeReadFromProfile ( CBadge  Badge,
Ident  UserId 
)

◆ BadgeWriteToProfile()

Void CBadgeEditor::BadgeWriteToProfile ( CBadge  Badge,
Ident  UserId 
)

◆ Leave()

Void CBadgeEditor::Leave ( )

◆ MeshId_Next()

Void CBadgeEditor::MeshId_Next ( )

◆ MeshId_Previous()

Void CBadgeEditor::MeshId_Previous ( )

Member Data Documentation

◆ Badges

const CBadge [] CBadgeEditor::Badges

◆ CameraTransitionDuration

Real CBadgeEditor::CameraTransitionDuration

Values in range (0.100000-10.000000)

◆ DisplayCurrentBadge

CBadge CBadgeEditor::DisplayCurrentBadge

◆ DisplayCurrentMeshId

Ident CBadgeEditor::DisplayCurrentMeshId

◆ DisplayFoV

Real CBadgeEditor::DisplayFoV

◆ DisplayPosN

Vec2 CBadgeEditor::DisplayPosN

◆ DisplaySize

Vec2 CBadgeEditor::DisplaySize

◆ MeshIds

const Ident [] CBadgeEditor::MeshIds

◆ MeshRotation_Acceleration

Real CBadgeEditor::MeshRotation_Acceleration

Values in range (0.100000-10.000000)

◆ MeshRotation_MaxSpeed

Real CBadgeEditor::MeshRotation_MaxSpeed

Values in range (-10.000000-10.000000)


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