ManiaScript Reference
2019-05
|
Public Types | |
enum | EType { Unknown, StartLine, WayPoint, GiveUp, Respawn, Stunt, OnPlayerAdded, OnPlayerRemoved, OnCommand } |
enum | EStuntFigure { None, StraightJump, Flip, BackFlip, Spin, Aerial, AlleyOop, Roll, Corkscrew, SpinOff, Rodeo, FlipFlap, Twister, FreeStyle, SpinningMix, FlippingChaos, RollingMadness, WreckNone, WreckStraightJump, WreckFlip, WreckBackFlip, WreckSpin, WreckAerial, WreckAlleyOop, WreckRoll, WreckCorkscrew, WreckSpinOff, WreckRodeo, WreckFlipFlap, WreckTwister, WreckFreeStyle, WreckSpinningMix, WreckFlippingChaos, WreckRollingMadness, TimePenalty, RespawnPenalty, Grind, Reset } |
Public Attributes | |
const EType | Type |
const CTmPlayer | Player |
Integer | RaceTime |
const Integer | CheckpointInRace |
const Integer | CheckpointInLap |
const Boolean | IsEndLap |
const Boolean | IsEndRace |
Integer | LapTime |
Integer | StuntsScore |
Integer | NbRespawns |
const Ident | BlockId |
Real | Speed |
Real | Distance |
Real | Damages |
const EStuntFigure | StuntFigure |
const Integer | Angle |
const Integer | Points |
const Real | Factor |
const Integer | Combo |
const Boolean | IsStraight |
const Boolean | IsReverse |
const Boolean | IsPerfectLanding |
const Boolean | IsMasterJump |
const Boolean | IsMasterLanding |
const Boolean | IsEpicLanding |
const CUser | User |
const Boolean | PlayerWasSpawned |
const Boolean | PlayerWasInLadderMatch |
const Text | CommandName |
const Boolean | CommandValueBoolean |
const Integer | CommandValueInteger |
const Real | CommandValueReal |
const Text | CommandValueText |
Public Attributes inherited from CNod | |
const Ident | Id |
enum CTmModeEvent::EType |
const Integer CTmModeEvent::Angle |
const Ident CTmModeEvent::BlockId |
const Integer CTmModeEvent::CheckpointInLap |
const Integer CTmModeEvent::CheckpointInRace |
const Integer CTmModeEvent::Combo |
const Text CTmModeEvent::CommandName |
const Boolean CTmModeEvent::CommandValueBoolean |
const Integer CTmModeEvent::CommandValueInteger |
const Real CTmModeEvent::CommandValueReal |
const Text CTmModeEvent::CommandValueText |
Real CTmModeEvent::Damages |
Real CTmModeEvent::Distance |
const Real CTmModeEvent::Factor |
const Boolean CTmModeEvent::IsEndLap |
const Boolean CTmModeEvent::IsEndRace |
const Boolean CTmModeEvent::IsEpicLanding |
const Boolean CTmModeEvent::IsMasterJump |
const Boolean CTmModeEvent::IsMasterLanding |
const Boolean CTmModeEvent::IsPerfectLanding |
const Boolean CTmModeEvent::IsReverse |
const Boolean CTmModeEvent::IsStraight |
Integer CTmModeEvent::LapTime |
Integer CTmModeEvent::NbRespawns |
const CTmPlayer CTmModeEvent::Player |
const Boolean CTmModeEvent::PlayerWasInLadderMatch |
const Boolean CTmModeEvent::PlayerWasSpawned |
const Integer CTmModeEvent::Points |
Integer CTmModeEvent::RaceTime |
Real CTmModeEvent::Speed |
const EStuntFigure CTmModeEvent::StuntFigure |
Integer CTmModeEvent::StuntsScore |
const EType CTmModeEvent::Type |
const CUser CTmModeEvent::User |