This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ixe:irpl:start [2024/12/30 11:43] – karsten75 | ixe:irpl:start [2025/09/23 23:24] (current) – Ported page over from test Fireswamp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== IRPL Reference ====== |
- | //Rough dump of all IRPL commands pending correct formatting of this list// | + | The syntax for IRPL is similar to the language syntax from previous games. For a tutorial, see [[4rpl: |
- | ==== Unit ==== | + | ===== Programming Logic ===== |
- | Self | + | |
- | GetParent | + | |
- | GetChildren | + | |
- | GetChild | + | |
- | GetName | + | |
- | GetActive | + | |
- | GetDestroyed | + | |
- | SetActive | + | |
- | GetPosition | + | |
- | GetLocalPosition | + | |
- | GetRotation | + | |
- | GetLocalRotation | + | |
- | SetPosition | + | |
- | SetLocalPosition | + | |
- | SetRotation | + | |
- | MoveRotation | + | |
- | TransformPoint | + | |
- | SetLocalRotation | + | |
- | CreateUnit | + | |
- | MoveUnit | + | |
- | SetUnitDirection | + | |
- | RotateUnitTowards | + | |
- | GetUnitUpdateCount | + | |
- | Destroy | + | |
- | IsDestroyActionEnabled | + | |
- | EnableLos | + | |
- | GetLosRange | + | |
- | SetLosRange | + | |
- | GetLosSandPassBits | + | |
- | SetLosSandPassBits | + | |
- | GetLos | + | |
- | EnableRa | + | |
- | GetRaRange | + | |
- | SetRaRange | + | |
- | GetRaPath | + | |
- | EnableTerpScan | + | |
- | GetTerpScanResult | + | |
- | SetHarvestSandDef | + | |
- | GetTerpScanHarvestResult | + | |
- | GetRandPixelDataPos | + | |
- | GetPartData | + | |
- | DefaultConfig | + | |
- | ReadConfig | + | |
- | WriteConfig | + | |
- | GetLog | + | |
- | GetShowRange | + | |
- | SetShowRange | + | |
- | GetShowRangeColor | + | |
- | SetShowRangeColor | + | |
- | SetColor | + | |
- | GetPhysicsVelocity | + | |
- | SetPhysicsVelocity | + | |
- | AddPhysicsForce | + | |
- | GetPixelCount | + | |
- | GetAllPixelCount | + | |
- | GetOnBoardComplete | + | |
- | GetUnitsByName | + | |
- | GetUnitsInRange | + | |
- | GetNullifiableUnitsInRange | + | |
- | GetShotHitUnitsInRange | + | |
- | GetAmmo | + | |
- | SetAmmo | + | |
- | GetMaxAmmo | + | |
- | SetMaxAmmo | + | |
- | ConsumeAmmo | + | |
- | GetMaxInternalHealth | + | |
- | SetMaxInternalHealth | + | |
- | GetInternalHealth | + | |
- | SetInternalHealth | + | |
- | DamageInternalHealth | + | |
- | GetFowRange | + | |
- | SetFowRange | + | |
- | GetTotalPowerGeneration | + | |
- | GetPowerGeneration | + | |
- | RegisterForMsg | + | |
- | DeregisterForMsg | + | |
- | SendMsg | + | |
- | GetControllerArg | + | |
- | SetControllerArg | + | |
- | GetScriptVar | + | |
- | SetScriptVar | + | |
- | GetScript1Var | + | |
- | SetScript1Var | + | |
- | RegisterScript | + | |
- | DeregisterScript | + | |
- | GetRegisteredScriptVar | + | |
- | SetRegisteredScriptVar | + | |
- | ==== Creeper ==== | + | Notation for basic programming concepts and commands for performing mathematical operations on data. |
- | GetNearestCreeper | + | |
- | GetOverCreeper | + | |
- | GetOverAc | + | |
- | GetCreeperOnline | + | |
- | GetDeepestCreeper | + | |
- | GetCreeperInArea | + | |
- | GetCreeperTotal | + | |
- | GetAcTotal | + | |
- | AddCreeper | + | |
- | SetCreeperGravity | + | |
- | SetCreeperMin | + | |
- | SetCreeperGlobalGrowth | + | |
- | DamageCreeper | + | |
- | ConvertCreeperToAc | + | |
- | ConvertAcToCreeper | + | |
- | ==== SandParticle | + | <WRAP group> |
- | CreateSandParticle | + | <WRAP column> |
- | GetSandParticleCountInRange | + | ==== Variables |
- | GetSandParticle | + | |
- | HasSandParticle | + | |
- | ==== Sand ==== | + | [[ixe: |
- | IsSandEmpty | + | [[ixe: |
- | GetSand | + | [[ixe: |
- | CreateSand | + | [[ixe: |
- | CreateSandInRoundArea | + | [[ixe: |
- | CreateSandInAreaRand | + | [[ixe: |
- | CreateSandInArea | + | [[ixe: |
- | GetOverSand | + | [[ixe: |
- | SetSandColor | + | [[ixe: |
- | GetSandDef | + | [[ixe: |
- | GetMapSandCount | + | [[ixe: |
- | CountSandInArea | + | [[ixe: |
- | GetSandInArea | + | [[ixe: |
- | DestroySandInArea | + | [[ixe: |
- | DestroySandFromList | + | </ |
- | GetSandDefData | + | |
- | TerpLocation | + | |
+ | <WRAP column> | ||
+ | ==== Functions ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Logic ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Comparators ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <WRAP group> | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Constants ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Strings ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Data Type Manipulation ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Stack Manipulation ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <WRAP group> | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Debugging ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Flow Control ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Arithmetic ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Math Utility ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
==== Math ==== | ==== Math ==== | ||
- | SignedAngle | + | [[ixe: |
- | Rotate | + | [[ixe: |
- | GetDirRight | + | [[ixe: |
- | SetDirRight | + | [[ixe: |
- | GetDirUp | + | [[ixe: |
- | SetDirUp | + | [[ixe: |
- | CalculateTrajectoryVelocity | + | [[ixe: |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
- | ==== Shots ==== | + | <WRAP group> |
- | CreateShot | + | |
- | CreateRaRocket | + | |
- | CreateParticulateShot | + | |
- | ==== Game ==== | + | <WRAP column> |
- | GetUpgradeBoost | + | ==== Vectors |
- | SetUpgradeBoost | + | [[ixe: |
- | GetMissionRequirementsMet | + | [[ixe: |
- | GetCategory | + | [[ixe: |
- | GetGameUpdateCount | + | [[ixe: |
- | ClearConsole | + | [[ixe: |
- | StopConsole | + | [[ixe: |
- | GetArgs | + | [[ixe: |
- | Jump | + | [[ixe: |
- | FlashScreen | + | [[ixe: |
- | ShowInventory | + | [[ixe: |
- | ShowInfoArea | + | [[ixe: |
- | ShowResourceArea | + | [[ixe: |
- | GetShieldsEnabled | + | [[ixe: |
- | SetShieldsEnabled | + | [[ixe: |
- | TerpPaintingEnabled | + | </ |
- | IsPassable | + | |
- | GetEditMode | + | |
- | QuickSave | + | |
- | QuickLoad | + | |
- | Sys_Operable | + | |
- | GetPause | + | |
- | SetPause | + | |
- | GetCameraPosition | + | |
- | SetCameraPosition | + | |
- | GetCameraZoom | + | |
- | SetCameraZoom | + | |
- | GetScreenSize | + | |
- | GetZoomForWidth | + | |
- | GetPositionInventoryButton | + | |
- | GetPositionTerpControls | + | |
- | GetPositionPauseControl | + | |
- | GetPositionHelpButton | + | |
- | ShowUiIndicator | + | |
- | GetTerpControlsOpen | + | |
- | SetTerpControlsOpen | + | |
- | GetHelpOpen | + | |
- | SetHelpOpen | + | |
- | GetMissionCompletionDialogOpen | + | |
- | GetReturningToOrbit | + | |
- | SetMissionCompletionDialogSuppressed | + | |
- | AwardMissionComplete | + | |
- | MissionLoss | + | |
- | GetApex | + | |
- | SetSuppressApexJump | + | |
- | GetSelectedUnits | + | |
- | HasSelectedUnit | + | |
- | UseLegalUnitCells | + | |
- | SetLegalUnitCells | + | |
- | SetLegalUnitCellsRect | + | |
- | ClearLegalUnitCells | + | |
- | GetMcsItem | + | |
- | SetMcsItem | + | |
- | GetAllMcsKeys | + | |
- | ==== Effects | + | <WRAP column> |
- | CreateSandExplosion | + | ==== Tables |
- | CreateEffect | + | [[ixe: |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
- | ==== Beams ==== | + | <WRAP column> |
- | CreateBeam | + | ==== Lists ==== |
- | DestroyBeam | + | [[ixe: |
- | SetBeamStart | + | [[ixe: |
- | SetBeamEnd | + | [[ixe: |
- | SetBeamEnabled | + | [[ixe: |
- | SetBeamColor | + | [[ixe: |
- | SetBeamWidth | + | [[ixe: |
- | SetBeamCapVertices | + | [[ixe: |
- | BeamExists | + | [[ixe: |
- | SetBeamAutoDisable | + | [[ixe: |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
- | ==== IO ==== | + | <WRAP column> |
- | GetMousePos | + | ==== Timers |
- | GetMouseCell | + | [[ixe: |
- | GetMouseButtonDown | + | [[ixe: |
- | GetMouseButtonUp | + | [[ixe: |
- | GetMouseButton | + | [[ixe: |
- | GetKeyDown | + | [[ixe: |
- | GetKey | + | [[ixe: |
- | GetMappedKey | + | [[ixe: |
- | GetMappedKeyDown | + | [[ixe: |
- | GetMappedKeyStrings | + | [[ixe: |
- | SetMoveMapManualMode | + | [[ixe: |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Game Physics ===== | ||
+ | |||
+ | Commands that directly read or affect the game state. | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP column> | ||
+ | ==== Creeper ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Sands & Sand Particles ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
==== Fields ==== | ==== Fields ==== | ||
- | CreateFc | + | [[ixe: |
- | DestroyFc | + | [[ixe: |
- | DeployFc | + | [[ixe: |
- | SetFcSave | + | [[ixe: |
- | GetFc | + | [[ixe: |
- | GetFcs | + | [[ixe: |
- | SetFcPosition | + | [[ixe: |
- | SetFcApplyCreeper | + | [[ixe: |
- | SetFcApplyAc | + | [[ixe: |
- | SetFcIsPin | + | [[ixe: |
- | SetFcVisible | + | [[ixe: |
- | FillFcPin | + | [[ixe: |
- | FillFcRadial | + | [[ixe: |
- | FillFcLinear | + | [[ixe: |
- | FillFcIsland | + | [[ixe: |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
- | ==== Sound ==== | + | <WRAP group> |
- | PlaySound | + | |
- | PlaySoundLoop | + | |
- | StopSoundLoop | + | |
- | SetSoundLoopPitch | + | |
- | ==== Inventory | + | <WRAP column> |
- | AddPlanToInventory | + | ==== Mission |
- | RemovePlanFromInventory | + | [[ixe: |
- | GetInventory | + | [[ixe: |
- | HasInventory | + | [[ixe: |
- | ClearInventory | + | [[ixe: |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | <WRAP column> | ||
+ | ==== Game Settings ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== User Input/ | ||
+ | |||
+ | Commands that deal with player inputs and/or visuals for indicating things to the player. | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP column> | ||
+ | ==== Default UI ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | <WRAP column> | ||
+ | ==== User Input ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
==== UI ==== | ==== UI ==== | ||
- | CreateUi | + | [[ixe: |
- | DestroyUi | + | [[ixe: |
- | GetUiExists | + | [[ixe: |
- | SetUiActive | + | [[ixe: |
- | SetUiPosition | + | [[ixe: |
- | SetUiSize | + | [[ixe: |
- | SetUiColor | + | [[ixe: |
- | SetUiBackgroundColor | + | [[ixe: |
- | SetUiText | + | [[ixe: |
+ | </ | ||
- | ==== Messaging | + | <WRAP column> |
- | ShowConversation | + | ==== Camera |
- | GetConversationOpen | + | [[ixe: |
- | ShowBubbleMessage | + | [[ixe: |
- | ShowBubbleMessage_Sound | + | [[ixe: |
- | CloseBubbleMessage | + | [[ixe: |
- | ShowUiHelp | + | [[ixe: |
- | ShowGameMessage | + | [[ixe: |
- | CloseGameMessage | + | [[ixe: |
- | GetGameMessageOpen | + | [[ixe: |
+ | </ | ||
+ | </ | ||
+ | <WRAP group> | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Pop-up Messages ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
==== Sprites ==== | ==== Sprites ==== | ||
- | CreateSprite | + | [[ixe: |
- | DestroySprite | + | [[ixe: |
- | SetSpriteActive | + | [[ixe: |
- | SetSpriteParent | + | [[ixe: |
- | SetSpriteOrder | + | [[ixe: |
- | SetSpritePosition | + | [[ixe: |
- | SetSpriteRotation | + | [[ixe: |
- | SetSpriteScale | + | [[ixe: |
- | SetSpriteColor | + | [[ixe: |
- | SetSpriteAlpha | + | [[ixe: |
+ | [[ixe: | ||
+ | </ | ||
+ | <WRAP column> | ||
+ | ==== Beams ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
- | ------ | + | <WRAP column> |
+ | ==== Effects ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
- | End of list. What follows is Work in progress or experimentation | + | ==== Sounds ==== |
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
- | < | + | ---- |
+ | |||
+ | ===== Units ===== | ||
+ | |||
+ | Commands that directly read or affect parameters of in game units. | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP column> | ||
+ | ==== Unit Manipulation ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Location ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Part Data ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Physics ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Finding Units ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Unit Parameters ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP column> | ||
+ | ==== Range Indicator ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== LOS ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Rockets ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Terp ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Particulate ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | |||
+ | ==== Internal Health ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Miscellaneous ===== | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP column> | ||
+ | ==== MCS ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Messaging ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | |||
+ | <WRAP column> | ||
+ | ==== Inventory ==== | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | [[ixe: | ||
+ | </ | ||
+ | </WRAP> | ||
- | < |