achievement
- Functions
- 5
- Work in this build
- 1
- Compiled out
- 4
5 names
achievement_grant_to_all_players
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (achievement_grant_to_all_players <string_id>) | void | 1038 |
achievement_grant_to_controller
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (achievement_grant_to_controller <controller> <string_id>) | void | 1037 |
achievement_grant_to_player
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (achievement_grant_to_player <player> <string_id>) | void | 1036 |
console: achievement_grant_to_player <player> <string_id>
achievements_enable
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (achievements_enable <boolean>) | void | 1039 |
achievements_skip_validation_checks
compiled outNo description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (achievements_skip_validation_checks <boolean>) | void | 1040 |
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.