| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- USARBot.Item
|
+-- USARBot.Sensor
|
+-- USARBot.RangeSensor
|
+-- USARBot.SonarSensor
| Variables Summary | |
|---|---|
| float | BeamAngle |
| int | uuBeamAngle |
| Inherited Variables from USARBot.RangeSensor |
|---|
| curRot, MaxRange, MinRange, uuMaxRange, uuMinRange |
| Inherited Variables from USARBot.Sensor |
|---|
| bUseGroup, bWithTimeStamp, HiddenSensor, Mean, Noise, OutputCurve, Sigma, utils |
| Functions Summary | ||
|---|---|---|
![]() | ConvertParam (USARConverter converter) | |
![]() | String | GetConfData () |
![]() | String | GetData () |
![]() | float | GetRange () |
| Inherited Functions from USARBot.RangeSensor |
|---|
| ConvertParam, GetConfData, GetData, GetRange |
| Inherited Functions from USARBot.Sensor |
|---|
| GetConfData, GetConfHead, GetData, GetGeoData, GetGeoHead, GetHead, Init |
| Variables Detail |
|---|
| Functions Detail |
|---|
ConvertParam Source code
GetConfData Source code
GetData Source code
GetRange Source code| Defaultproperties |
|---|
defaultproperties { bUseGroup=True ItemType="Sonar" HiddenSensor=false MaxRange=5.0 MinRange=0.1 BeamAngle = 0.3491 OutputCurve=(Points=((InVal=0.000000,OutVal=0.000000),(InVal=5.000000,OutVal=5.000000))) drawscale=0.4762 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||