MCPcopy Create free account

hub / github.com/MTG2000/uno / functions

Functions147 in github.com/MTG2000/uno

↓ 10 callersMethodfireEvent
(name, ...args)
src/utils/EventsObject.js:22
↓ 6 callersFunctionshuffle
(array)
src/utils/helpers.js:1
↓ 6 callersFunctionuseDispatch
()
src/utils/hooks.ts:9
↓ 6 callersFunctionwrapMod
(n, len)
src/utils/helpers.js:21
↓ 4 callersMethodmove
(draw: boolean | null, cardId: string)
src/Server/ServerInterface.ts:13
↓ 4 callersFunctionsetInLobby
(state, action: PayloadAction<boolean>)
src/stores/features/gameSlice.ts:110
↓ 3 callersFunctioncanPlayCard
( oldCard: Card, newCard: Card, lastPlayerDrew: boolean )
src/BotsServer/BotsServer.ts:220
↓ 3 callersMethodgetServers
()
src/Server/ServerInterface.ts:6
↓ 3 callersMethodjoinServer
(serverId: string, serverPassword?: string)
src/Server/ServerInterface.ts:9
↓ 3 callersMethodplayAudio
(name, reps = 1)
src/utils/audio.js:47
↓ 3 callersMethodplayOnline
(isOnline: boolean)
src/api/API.ts:25
↓ 3 callersFunctionsetPlayerId
(state, action: PayloadAction<string>)
src/stores/features/gameSlice.ts:39
↓ 2 callersFunctioncanPlayCard
( oldCard: Card, newCard: Card, lastPlayerDrawed?: boolean )
src/BotsServer/BotsServer3.ts:183
↓ 2 callersMethodcreateServer
(serverName: string, serverPassword?: string)
src/Server/ServerInterface.ts:8
↓ 2 callersMethodemitReady
()
src/Server/ServerInterface.ts:11
↓ 2 callersFunctiongenerateDrawingCards
(cnt: number)
src/stores/features/gameSlice.ts:23
↓ 2 callersMethodgetPlayer
()
src/Server/OnlineServer.ts:108
↓ 2 callersMethodgetPlayer
()
src/Server/OfflineServer.ts:99
↓ 2 callersMethodgetServerPlayers
()
src/Server/ServerInterface.ts:7
↓ 2 callersMethodinit
()
src/BotsServer/BotsServer.ts:39
↓ 2 callersMethodleaveServer
()
src/Server/ServerInterface.ts:12
↓ 2 callersMethodmove
(draw: boolean | null, cardId: string | null)
src/BotsServer/BotsServer.ts:105
↓ 2 callersMethodmove
(draw: boolean, card: Card | null)
src/BotsServer/BotsServer3.ts:82
↓ 2 callersMethodmoveBot
()
src/BotsServer/BotsServer.ts:197
↓ 2 callersMethodmoveBot
()
src/BotsServer/BotsServer3.ts:163
↓ 2 callersMethodonFinishGame
(cb: (playersOrdered: Player[]) => void)
src/Server/ServerInterface.ts:28
↓ 2 callersMethodonGameInit
( cb: (data: { players: Player[]; cards: Card[] }) => void )
src/Server/ServerInterface.ts:16
↓ 2 callersMethodonMove
( cb: (data: { nxtPlayer: number; card: Card; draw?: number; cardsToDraw?: Card[];
src/Server/ServerInterface.ts:19
↓ 2 callersMethodonPlayersUpdated
(cb: (players: Player[]) => void)
src/Server/ServerInterface.ts:15
↓ 1 callersMethodaddBots
()
src/BotsServer/BotsServer.ts:63
↓ 1 callersMethodfinishGame
()
src/BotsServer/BotsServer.ts:210
↓ 1 callersMethodfinishGame
()
src/BotsServer/BotsServer3.ts:176
↓ 1 callersFunctiongetCardById
(id: string)
src/BotsServer/BotsServer.ts:250
↓ 1 callersFunctiongetFrontContent
()
src/Components/Shared/Card/Card.jsx:149
↓ 1 callersMethodgetNextPlayer
(card?: Card)
src/BotsServer/BotsServer.ts:170
↓ 1 callersMethodgetNextPlayer
(card: Card | null)
src/BotsServer/BotsServer3.ts:138
↓ 1 callersMethodgetPlayer
()
src/Server/ServerInterface.ts:30
↓ 1 callersMethodjoinPlayer
(player: Player)
src/BotsServer/BotsServer.ts:51
↓ 1 callersMethodload
()
src/utils/loader.ts:47
↓ 1 callersFunctionmoveCard
( state, action: PayloadAction<{ nextPlayer: number; card?: Card; draw?: n
src/stores/features/gameSlice.ts:114
↓ 1 callersFunctionmovePlayer
(state)
src/stores/features/gameSlice.ts:205
↓ 1 callersFunctiononLoaded
()
src/App.js:34
↓ 1 callersMethodonPlayerLeft
(cb: () => void)
src/Server/ServerInterface.ts:27
↓ 1 callersMethodplayMusic
(name)
src/utils/audio.js:34
↓ 1 callersMethodpreload
(audioTracks, onload)
src/utils/audio.js:8
↓ 1 callersMethodpreloadImage
(url: string)
src/utils/loader.ts:58
↓ 1 callersFunctionready
(state)
src/stores/features/gameSlice.ts:93
↓ 1 callersMethodready
()
src/BotsServer/BotsServer.ts:101
↓ 1 callersMethodremoveAllListeners
()
src/Server/OnlineServer.ts:104
↓ 1 callersMethodrender
()
src/Components/Shared/ErrorBoundary/ErrorBoundary.jsx:43
↓ 1 callersMethodsetOnlineMode
(isOnline: boolean)
src/api/API.ts:21
↓ 1 callersMethodstart
()
src/BotsServer/BotsServer.ts:82
↓ 1 callersMethodstart
()
src/BotsServer/BotsServer3.ts:55
↓ 1 callersFunctionstopGame
(state)
src/stores/features/gameSlice.ts:106
FunctionAPaper
({ children, ...props })
src/Components/Shared/Paper/Paper.jsx:24
FunctionAvatar
({ seed })
src/Components/Shared/Avatar/Avatar.jsx:25
FunctionButton
({ children, href, ...props })
src/Components/Shared/Button/Button.jsx:39
FunctionCard
({ id = "", color = "", digit, action = "", flip = false, rotationY = 180, layoutId, selectabl
src/Components/Shared/Card/Card.jsx:133
FunctionCardsColumn
({ cards, highlight })
src/Components/Game/CardsColumn/CardsColumn.jsx:26
FunctionCardsRow
({ cards, cardProps, highlight })
src/Components/Game/CardsRow/CardsRow.jsx:24
FunctionCreateServer
()
src/Components/CreateServer/CreateServer.jsx:15
FunctionCreateUser
()
src/Components/CreateUser/CreateUser.jsx:10
FunctionDrawingStack
()
src/Components/Game/DrawingStack/DrawingStack.jsx:43
FunctionGame
()
src/Components/Game/Game.tsx:21
FunctionGamePage
()
src/Components/GamePage/GamePage.jsx:1
FunctionImage
({ src, alt = " ", ratio = 9 / 16, ...props })
src/Components/Shared/Image/Image.jsx:18
FunctionJoinServer
()
src/Components/JoinServer/JoinServer.jsx:36
FunctionLeftStack
()
src/Components/Game/LeftStack/LeftStack.jsx:12
FunctionLoading
({ onLoaded })
src/Components/Shared/Loading/Loading.jsx:37
FunctionLobby
()
src/Components/WaitingLobby/Lobby.jsx:21
FunctionLoding
()
src/Components/WaitingLobby/Loding.jsx:42
FunctionMainMenu
()
src/Components/MainMenu/MainMenu.jsx:14
FunctionPlayerStack
()
src/Components/Game/PlayerStack/PlayerStack.jsx:13
FunctionReChoiceIcon
()
src/Components/CreateUser/ReChoiceIcon.jsx:3
FunctionRightStack
()
src/Components/Game/RightStack/RightStack.jsx:12
FunctionScoreboard
({ players })
src/Components/Game/Scoreboard/Scoreboard.jsx:46
FunctionStartPage
()
src/Components/StartPage/StartPage.jsx:30
FunctionTable
({ children })
src/Components/Shared/Table/Table.jsx:42
FunctionTable
()
src/Components/Game/Table.jsx:17
FunctionTableStack
()
src/Components/Game/TableStack/TableStack.jsx:20
FunctionTextField
(props)
src/Components/Shared/TextField/TextField.jsx:25
FunctionTopStack
()
src/Components/Game/TopStack/TopStack.jsx:12
FunctionTypography
(props)
src/Components/Shared/Typography/Typography.jsx:9
FunctionUnstyledSwitches
(props)
src/Components/Shared/Switch/Switch.jsx:73
Methodcb
()
src/utils/audio.js:13
MethodchangeEffectsVolume
(newVolume)
src/utils/audio.js:66
MethodchangeMusicVolume
(newVolume)
src/utils/audio.js:62
MethodcomponentDidCatch
(error, errorInfo)
src/Components/Shared/ErrorBoundary/ErrorBoundary.jsx:34
Methodconstructor
(props)
src/Components/Shared/ErrorBoundary/ErrorBoundary.jsx:29
Methodconstructor
()
src/utils/loader.ts:42
Methodconstructor
*
src/Server/OfflineServer.ts:14
Methodconstructor
(numberOfPlayers = 4)
src/BotsServer/BotsServer.ts:34
Methodconstructor
()
src/api/API.ts:12
MethodcreateServer
(serverName: string, serverPassword?: string)
src/Server/OnlineServer.ts:26
MethodcreateServer
( serverName: string, serverPassword?: string )
src/Server/OfflineServer.ts:26
MethodcreateServer
(serverName: string, serverPassword?: string)
src/api/API.ts:38
MethodemitReady
()
src/Server/OnlineServer.ts:56
MethodemitReady
()
src/Server/OfflineServer.ts:50
MethodemitReady
()
src/api/API.ts:45
FunctiongetLocalStorageImg
()
src/Components/CreateUser/CreateUser.jsx:16
next →1–100 of 147, ranked by callers