Function doc fix

This commit is contained in:
2026-06-30 23:42:59 +01:00
parent 4251348c15
commit 88f50218a4
+1 -1
View File
@@ -233,7 +233,7 @@ func (sdk *BeamNGSDK) HasRightIndicatorLight() bool {
return sdk.Data.DashLights&DL_SIGNAL_R != 0
}
// AnyIndicator returns:
// HasAnyIndicatorLight returns:
// true if its available
// false if its unavailable
func (sdk *BeamNGSDK) HasAnyIndicatorLight() bool {