()
| 2954 | FnTable.GetBoundsColor(ref pOutputColorArray,nNumOutputColors,flCollisionBoundsFadeDistance,ref pOutputCameraColor); |
| 2955 | } |
| 2956 | public bool AreBoundsVisible() |
| 2957 | { |
| 2958 | bool result = FnTable.AreBoundsVisible(); |
| 2959 | return result; |
| 2960 | } |
| 2961 | public void ForceBoundsVisible(bool bForce) |
| 2962 | { |
| 2963 | FnTable.ForceBoundsVisible(bForce); |
nothing calls this directly
no outgoing calls
no test coverage detected