Bitfighter  021
The Bitfighter Lua Documentation - Robots, Levelgens, and Plugins
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAsteroidJust like the arcade game! Yo!
 CAsteroidSpawnSpawns Asteroids at regular intervals
 CBfObject
 CBurstGrenade-like exploding object
 CCoreItemObjective items in Core games
 CCounterMenuItemMenu item for entering a numeric value, with increment and decrement controls
 CEditorPluginMain object for running methods related to editor plugins
 CEnergyItemAdds energy to ships that pick them up
 CEngineeredItemParent class representing mountable items such as Turret and ForceFieldProjector
 CFlagItemFlags are used in many games, such as Nexus and Capture The Flag (CTF)
 CFlagSpawnSpawns Flags at regular intervals during Nexus games, serves as starting point for flags and soccer balls in other games
 CFloatCounterMenuItemMenu item for entering a floating value, with increment and decrement controls
 CForceFieldProjector
 CGameInfoGet information about the current game
 CGeomLibrary of various geometric transforms
 Cglobal
 CGoalZonePlace to deposit flags or get the ball to, depending on game type
 CItemParent class for most common game items
 CItemSpawnClass of Spawns that emit various objects at various times
 CLevelGeneratorSupervisor class of a levelgen with various utilities
 CLineItemDecorative line visible to one or all teams. Has no specific game function
 CLoadoutZoneProvides place for players to change ship configuration
 CMenuItemSimple menu item that calls a method or opens a submenu when selected
 CMine
 CMountableItemClass of items that can be mounted on ships (such as FlagsItems and ResourceItems)
 CMoveObjectParent class of most things that move (except bullets)
 CNexusZonePlayers return flags to a NexusZone in a Nexus game
 CPickupItemParent class representing items that can be picked up, such as RepairItem or EnergyItem
 CPlayerInfoContains information about a specific player
 CpointA simple object representing a coordinate pair
 CPolyWallPolygonal wall item
 CProjectileBullet or missile object
 CRepairItemAdds health to ships that pick them up
 CResourceItemSmall bouncy ball type item. In levels where Engineer module is allowed, ResourceItems can be collected and transformed into other items
 CRobot
 CScriptRunnerMain class for holding global methods accessible by all script runners
 CSeekerGuided projectile that homes in on enemy players
 CShip
 CSlipZoneExperimental zone that increases a ship's inertia
 CSoccerBallItemTarget object used in Soccer games
 CSpawnMarks locations where ships and robots should spawn
 CSpeedZonePropels ships at high speed
 CSpyBugMonitors a section of the map and will show enemy ships there
 CTeamGet information about a team in the current game
 CTeleporterInstantly transports ships from here to there
 CTestItemLarge bouncy ball type item
 CTextEntryMenuItemMenu item allowing users to enter a text value
 CTextItemDisplay text message in level
 CTimerTrigger one-time or recurring scheduled events
 CToggleMenuItemMenu item that lets users choose one of several options
 CTurretMounted gun that shoots at enemy ships and other objects
 CWallItemTraditional wall item
 CYesNoMenuItemA specialized ToggleMenuItem prepopulated with Yes and No
 CZoneInvisible objects, used mainly for generating events