ManiaScript
Script language used in ManiaPlanet
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
Classes | Namespaces | Functions
big.h File Reference

Go to the source code of this file.

Classes

class  Void
class  Integer
class  Real
class  Boolean
class  Text
class  Vec2
class  Vec3
class  Int3
class  Ident
struct  CMlScript
struct  CMlEntry
struct  CMlFileEntry
struct  CMlLabel
struct  CMlMediaPlayer
struct  CMlQuad
struct  CMlGauge
struct  CMlGraph
struct  CMlMinimap
struct  CMlCamera
struct  CMlBrowser
struct  CMlApp
struct  CMlAppLayer
struct  CMlAppEvent
struct  CStation
struct  CMlStation
struct  CEditorPlugin
struct  CSmMode
struct  CSmMlScriptIngame
struct  CSmAction
struct  CSmMapType
struct  CTmMlScriptIngame
struct  CTmMode
struct  CTmMapType
struct  CNod
struct  CMlPage
struct  CUser
struct  CTitle
struct  CMlEvent
struct  CXmlManager
struct  CHttpManager
struct  CAudioManager
struct  CMlControl
struct  CMlGraphCurve
struct  CMap
struct  CUILayer
struct  CBlockModel
struct  CMacroblockModel
struct  CItemAnchor
struct  CBlock
struct  CAnchorData
struct  CEditorPluginEvent
struct  CMode
struct  CSmPlayer
struct  CSmModeEvent
struct  CSmMapBase
struct  CSmMapLandmark
struct  CSmScore
struct  CSmObject
struct  CMlScriptIngame
struct  CSmActionEvent
struct  CMapType
struct  CTmMlPlayer
struct  CTmScore
struct  CTmPlayer
struct  CTmModeEvent
struct  CMlFrame
struct  CXmlDocument
struct  CHttpRequest
struct  CAudioSound
struct  CMapInfo
struct  CCollector
struct  CBlockModelVariantGround
struct  CBlockModelVariantAir
struct  CBlockUnit
struct  CTeam
struct  CUIConfigMgr
struct  CXmlRpc
struct  CPlayer
struct  CSmPlayerDriver
struct  CSmBlockPole
struct  CSmMapGate
struct  CSmMapGauge
struct  CSmMapSector
struct  CSmMapPlayerSpawn
struct  CSmMapBotPath
struct  CSmMapObjectAnchor
struct  CScore
struct  CUIConfig
struct  CTrackManiaScore
struct  CTmResult
struct  CXmlNode
struct  CBlockModelVariant
struct  CBlockUnitModel
struct  CXmlRpcEvent
struct  CSmBlock
struct  CSmSector
struct  CSmGauge
struct  CBlockModelClip
struct  CSmLandmark
struct  CSmBase

Namespaces

namespace  MathLib
namespace  TextLib
namespace  MapUnits

Functions

Integer MathLib::Abs (Integer _Argument1)
Real MathLib::Abs (Real _Argument1)
Real MathLib::ToReal (Integer _Argument1)
Real MathLib::Sin (Real _Argument1)
Real MathLib::Cos (Real _Argument1)
Real MathLib::Tan (Real _Argument1)
Real MathLib::Atan2 (Real _Argument1, Real _Argument2)
Real MathLib::Exp (Real _Argument1)
Real MathLib::Rand (Real _Argument1, Real _Argument2)
Integer MathLib::Rand (Integer _Argument1, Integer _Argument2)
Real MathLib::NearestReal (Integer _Argument1)
Integer MathLib::NearestInteger (Real _Argument1)
Integer MathLib::FloorInteger (Real _Argument1)
Integer MathLib::CeilingInteger (Real _Argument1)
Real MathLib::Distance (Vec3 _Argument1, Vec3 _Argument2)
Real MathLib::DotProduct (Vec3 _Argument1, Vec3 _Argument2)
Vec3 MathLib::CrossProduct (Vec3 _Argument1, Vec3 _Argument2)
Real MathLib::Angle (Vec3 _Argument1, Vec3 _Argument2)
Real MathLib::OrientedAngle (Vec3 _Argument1, Vec3 _Argument2)
Real MathLib::PI ()
Real MathLib::Asin (Real _Argument1)
Real MathLib::Acos (Real _Argument1)
Real MathLib::Pow (Real _Argument1, Real _Argument2)
Real MathLib::Ln (Real _Argument1)
Real MathLib::Sqrt (Real _Argument1)
Real TextLib::ToReal (Text _Argument1)
Integer TextLib::ToInteger (Text _Argument1)
Vec3 TextLib::ToColor (Text _Argument1)
Text TextLib::SubString (Text _Argument1, Integer _Argument2, Integer _Argument3)
Text TextLib::SubText (Text _Argument1, Integer _Argument2, Integer _Argument3)
Integer TextLib::Length (Text _Argument1)
Text TextLib::ToText (Integer _Argument1)
Text TextLib::ToText (Real _Argument1)
Text TextLib::ToText (Boolean _Argument1)
Text TextLib::ToText (Int3 _Argument1)
Text TextLib::ToText (Vec3 _Argument1)
Text TextLib::TimeToText (Integer _Argument1, Boolean _Argument2)
Text TextLib::TimeToText (Integer _Argument1)
Text TextLib::ColorToText (Vec3 _Argument1)
Text TextLib::FormatInteger (Integer _Argument1, Integer _Argument2)
Text TextLib::Compose (Text _Argument1)
Text TextLib::Compose (Text _Argument1, Text _Argument2)
Text TextLib::Compose (Text _Argument1, Text _Argument2, Text _Argument3)
Text TextLib::Compose (Text _Argument1, Text _Argument2, Text _Argument3, Text _Argument4)
Text TextLib::Compose (Text _Argument1, Text _Argument2, Text _Argument3, Text _Argument4, Text _Argument5)
Text TextLib::Compose (Text _Argument1, Text _Argument2, Text _Argument3, Text _Argument4, Text _Argument5, Text _Argument6)
Text TextLib::MLEncode (Text _Argument1)
Text TextLib::URLEncode (Text _Argument1)
Text TextLib::StripFormatting (Text _Argument1)
Text[VoidTextLib::Split (Text _Argument1, Text _Argument2)
Text TextLib::SmartSplit (Text _Argument1, Integer _Argument2, Integer _Argument3, Integer _Argument4)
Text TextLib::Trim (Text _Argument1)
Text TextLib::ReplaceChars (Text _Argument1, Text _Argument2, Text _Argument3)
CardinalDirections MapUnits::GetNextDir (CardinalDirections _Argument1)
CardinalDirections MapUnits::GetPreviousDir (CardinalDirections _Argument1)
CardinalDirections MapUnits::GetOpposedDir (CardinalDirections _Argument1)
CardinalDirections MapUnits::AddDirs (CardinalDirections _Argument1, CardinalDirections _Argument2)
CardinalDirections MapUnits::SubDirs (CardinalDirections _Argument1, CardinalDirections _Argument2)
Int3 MapUnits::GetNeighbourCoord (Int3 _Argument1, CardinalDirections _Argument2)
Int3 MapUnits::GetRotatedOffset (Int3 _Argument1, CardinalDirections _Argument2)
Int3 MapUnits::GetRotatedOffsetPositive (Int3 _Argument1, CardinalDirections _Argument2, Int3 _Argument3)