ManiaScript
Script language used in ManiaPlanet
|
Go to the source code of this file.
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[Void] | TextLib::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) |