Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adventuregamestudio/ags
/ GetNormalGUI
Method
GetNormalGUI
Tools/data/agfreader.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
DocElem GUIMain::GetNormalGUI(DocElem elem)
197
{
198
return elem->FirstChildElement(
"NormalGUI"
);
199
}
200
201
DocElem GUIMain::GetTextWindow(DocElem elem)
202
{
Callers
nothing calls this directly
Calls
1
FirstChildElement
Method · 0.80
Tested by
no test coverage detected