![]() |
BlitzMax Extended
0.8.11
Pushing Blitz to the Max.
|
BBArray | Fixed-length array object |
BBArrayArray | Helper array object storing other BBArrays |
BBArrayBoundsException | Thrown in case of an attempt to accesss an array element that is out of bounds |
BBBlitzException | Base object for all of BlitzMax' intern exceptions |
BBByteArray | Helper array object storing BBBytes |
BBClass | Contains critical information and functionality for object instances |
BBDebugDecl | A debug declaration containing information about a piece of user code |
BBDebugScope | A scope of information for a block of code |
BBDebugStm | A debug statement pointing to the location of the error |
BBDoubleArray | Helper array object storing BBDoubles |
BBException | Base for all exceptions |
BBFloatArray | Helper array object storing BBFloats |
BBIntArray | Helper array object storing BBInts |
BBLongArray | Helper array object storing BBLongs |
BBModule | Represents a BlitzMax module |
BBNullFunctionException | Thrown in case of an attempt to call an uninitialized function pointer |
BBNullMethodException | Thrown in case of an attempt to call an abstract class method |
BBNullObjectException | Thrown in case of an attempt to use an uninitialized object |
BBObject | Basic BlitzMax object data type |
BBObjectArray | Helper array object storing BBObjects |
BBOutOfDataException | Thrown in case of an attempt to read beyond the range of a data section |
BBRuntimeException | Thrown in case an exceptional event is discovered at runtime |
BBShortArray | Helper array object storing BBShorts |
BBString | Fixed-length string object |
BBStringArray | Helper array object storing BBStrings |
BBThread | Represents a single thread of execution |
BBTypeKeyInfo | Contains useful information about each type key |