Meteorite additions
Functions 343 added for Halo Campaign Evolved, recognisable by their capitalised names. None appear in the classic engines.
- Functions
- 8
- Work in this build
- 0
- Compiled out
- 8
8 names
DisablePauseOnDefocus
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (DisablePauseOnDefocus <boolean>) | void | 1686 |
DisableWeaponTimingFeatures
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (DisableWeaponTimingFeatures) | void | 1688 |
EnablePlayerBarrelStateDebug
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (EnablePlayerBarrelStateDebug <boolean>) | void | 1687 |
EnableWeaponTTEDebug
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (EnableWeaponTTEDebug <boolean>) | void | 1683 |
ForceAllFullAuto
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (ForceAllFullAuto <boolean>) | void | 1685 |
ForceFullAutoMagnum
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (ForceFullAutoMagnum <boolean>) | void | 1684 |
TestPrintBool
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (TestPrintBool <string> <boolean>) | void | 1680 |
TestPrintReal
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (TestPrintReal <string> <real>) | void | 1681 |
Read from the function table in the shipped simulation DLL. A name is compiled out when every one of its slots points at the release build's shared stub evaluator; the console still accepts it and returns nothing. Descriptions are hand-written and incomplete; the engine's own help text does not survive in this build. See The Blam console for how the table was found and how the mod runs these.