Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ ParseMission
Function
ParseMission
engine/Poseidon/UI/Map/UIArcadeWaypoint.cpp:979–982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
977
{
978
return ParseCutscene(
"Intro"
, false);
979
}
980
981
bool ParseMission(bool multiplayer)
982
{
983
return ParseCutscene(
"Mission"
, multiplayer);
984
}
985
Callers
7
Serialize
Method · 0.85
PrepareGame
Method · 0.85
SimulateDS
Method · 0.85
StartAutoTest
Function · 0.85
OnButtonClicked
Method · 0.85
OnChildDestroyed
Method · 0.85
OnChildDestroyed
Method · 0.85
Calls
1
ParseCutscene
Function · 0.85
Tested by
no test coverage detected