(ref float pStartPct,ref float pEndPct)
| 3923 | FnTable.SetHeadsetViewBlendRange(flStartPct,flEndPct); |
| 3924 | } |
| 3925 | public void GetHeadsetViewBlendRange(ref float pStartPct,ref float pEndPct) |
| 3926 | { |
| 3927 | pStartPct = 0; |
| 3928 | pEndPct = 0; |
| 3929 | FnTable.GetHeadsetViewBlendRange(ref pStartPct,ref pEndPct); |
| 3930 | } |
| 3931 | } |
| 3932 | |
| 3933 |
nothing calls this directly
no outgoing calls
no test coverage detected