Submit
- Functions
- 9
- Work in this build
- 9
- Compiled out
- 0
9 names
- submit_incident
- submit_incident_with_cause_campaign_team
- submit_incident_with_cause_player
- submit_incident_with_cause_player_and_effect_player
- submit_incident_with_cause_player_and_effect_team
- submit_incident_with_cause_team
- submit_incident_with_cause_team_and_effect_player
- submit_incident_with_cause_team_and_effect_team
- submit_incident_with_custom_string_id
submit_incident
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident <string_id>) | void | 1596 |
console: submit_incident <string_id>
Called 123 times by the shipped campaign scripts, with 1 argument.
submit_incident_with_cause_campaign_team
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_campaign_team <string_id> <team>) | void | 1603 |
console: submit_incident_with_cause_campaign_team <string_id> <team>
submit_incident_with_cause_player
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_player <string_id> <player>) | void | 1597 |
console: submit_incident_with_cause_player <string_id> <player>
Called 4 times by the shipped campaign scripts, with 2 arguments.
submit_incident_with_cause_player_and_effect_player
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_player_and_effect_player <string_id> <player> <player>) | void | 1599 |
console: submit_incident_with_cause_player_and_effect_player <string_id> <player> <player>
submit_incident_with_cause_player_and_effect_team
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_player_and_effect_team <string_id> <player> <mp_team>) | void | 1600 |
console: submit_incident_with_cause_player_and_effect_team <string_id> <player> <mp_team>
submit_incident_with_cause_team
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_team <string_id> <mp_team>) | void | 1598 |
console: submit_incident_with_cause_team <string_id> <mp_team>
submit_incident_with_cause_team_and_effect_player
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_team_and_effect_player <string_id> <mp_team> <player>) | void | 1601 |
console: submit_incident_with_cause_team_and_effect_player <string_id> <mp_team> <player>
submit_incident_with_cause_team_and_effect_team
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_cause_team_and_effect_team <string_id> <mp_team> <mp_team>) | void | 1602 |
console: submit_incident_with_cause_team_and_effect_team <string_id> <mp_team> <mp_team>
submit_incident_with_custom_string_id
No description yet; the release build dropped the engine's help text.
| Signature | Returns | Slot |
|---|---|---|
| (submit_incident_with_custom_string_id <string_id> <string_id>) | void | 1604 |
console: submit_incident_with_custom_string_id <string_id> <string_id>
Called 63 times by the shipped campaign scripts, with 2 arguments.
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.