Workshop Functions in OSTW - ItsDeltin/Overwatch-Script-To-Workshop GitHub Wiki
The workshop function's names in OSTW are the same as the workshop without the spaces and special symbols. The exceptions are below.
| Workshop Name | Function Name |
|---|---|
| Disable Built-In Game Mode Announcer | DisableAnnouncer |
| Disable Built-In Game Mode Completion | DisableCompletion |
| Disable Built-In Game Mode Music | DisableMusic |
| Disable Built-In Game Mode Respawning | DisableRespawning |
| Disable Built-In Game Mode Scoring | DisableScoring |
| Disable Death Spectate All Players | DisableSpectate |
| Disable Death Spectate Target HUD | DisableSpectateHUD |
| Enable Built-In Game Mode Announcer | EnableAnnouncer |
| Enable Built-In Game Mode Completion | EnableCompletion |
| Enable Built-In Game Mode Music | EnableMusic |
| Enable Built-In Game Mode Respawning | EnableRespawning |
| Enable Built-In Game Mode Scoring | EnableScoring |
| Enable Death Spectate All Players | EnableSpectate |
| Enable Death Spectate Target HUD | EnableSpectateHUD |
| Reset Player Hero Availability | ResetHeroAvailability |
| Set Player Allowed Heroes | SetAllowedHeroes |
| Start Forcing Player To Be Hero | ForcePlayerHero |
| Start Forcing Spawn Room | ForceSpawnRoom |
| Start Forcing Throttle | ForceThrottle |
| Stop Forcing Player To Be Hero | StopForcingHero |
| Append To Array | Append |
| Current Array Element | ArrayElement |
| Is CTF Mode In Sudden Death | IsInSuddenDeath |
| Last Damage Over Time ID | LastDamageOverTime |
| Last Heal Over Time ID | LastHealOverTime |
| X Component Of | XOf |
| Y Component Of | YOf |
| Z Component Of | ZOf |