Function DebugCamReset
- Line
- 263
- Location
- cheats.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 263 | function DebugCamReset takes nothing returns nothing |
| 264 | call ResetToGameCamera(0) |
| 265 | call EnableUserControl(true) |
| 266 | endfunction
|
| 263 | function DebugCamReset takes nothing returns nothing |
| 264 | call ResetToGameCamera(0) |
| 265 | call EnableUserControl(true) |
| 266 | endfunction
|