Skip to content

Commit

Permalink
fixed review points
Browse files Browse the repository at this point in the history
  • Loading branch information
azutake committed Feb 8, 2024
1 parent 021e8d2 commit 5806f2d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions CAM/SetTableGamesCameraThisUpdate.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,21 @@ aliases: ["0x79C0E43EB9B944E2"]
BOOL SET_TABLE_GAMES_CAMERA_THIS_UPDATE(Hash hash);
```
Override to table game camerawork for current frame only.
Override the camerawork of the third-person camera to table game for current frame only.
```lua
eTableGames = {
LuckyWheel = 5891389,
Slots = 518572876,
Roulette = 71681063,
Blackjack = -2124244681,
ThreeCard = -1938411241,
}
```
| Hash | Game |
| :-----------:| :-------------: |
| `5891389` | Lucky Wheel |
| `518572876` | Slots |
| `71681063` | Roulette |
| `-2124244681` | Blackjack |
| `-1938411241` | Three Cards |
## Parameters
* **hash**: Hash for table games
* **hash**: Hash for table game
## Return value
Returns camera successfully overrided.
Returns if camera is successfully overrided.
## Examples
Expand Down

0 comments on commit 5806f2d

Please sign in to comment.