Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lovrom8/RSMods
/ IsInLessonModes
Function
IsInLessonModes
DLL/GameState.cpp:210–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
bool IsInLessonModes() {
211
return Contains(currentMenu, lessonModes);
212
}
213
214
bool IsInMenusWithDisallowedAutoEnter() {
215
return Contains(currentMenu, dontAutoEnter);
Callers
2
HandlePostGameLoadedMods
Function · 0.85
RunGuitarSpeak
Method · 0.85
Calls
1
Contains
Function · 0.70
Tested by
no test coverage detected