Shot Spotter - Advanced Documentation
Developer Documentation and other Advanced Configuration Topics for the Shot Spotter system.
Sonoran Shot Spotter - Advanced Documentation
Developer Documentation
When a shot spotter is triggered it will fire the following event:
Sonoran:ShotSpotter:Server
This event will pass the following data:
Index | Description | Example |
---|---|---|
| The server ID of the player that triggered the spotter |
|
| The name of the closest street to the spotter |
|
| The array of spotter data | See below |
Spotter Data
Index | Description | Example |
---|---|---|
| The label (name) of the spotter | Grove St. |
| The state of the shot spotter | false |
| The ID of the shot spotter |
|
| The X coordinate |
|
| The Y coordinate |
|
| The Z coordinate |
|
| The pitch value |
|
| The roll value |
|
| The yaw value |
|
Example Handler
Last updated