Adding more fields to the output

This commit is contained in:
2025-01-14 22:15:16 +00:00
parent f8effa53f8
commit 8cae215cdb
5 changed files with 283 additions and 43 deletions
+4
View File
@@ -38,3 +38,7 @@ func (b *BeamNG) GetData(fieldName string) (interface{}, error) {
func (b *BeamNG) UpdateData() error {
return b.SDK.ReadData()
}
func (b *BeamNG) GetSessionInfo() (interface{}, error) {
return nil, fmt.Errorf("Not implemented")
}