MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / ClearAll

Method ClearAll

external/as_add_on/scriptbuilder/scriptbuilder.cpp:143–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void CScriptBuilder::ClearAll()
144{
145 includedScripts.clear();
146
147#if AS_PROCESS_METADATA == 1
148 currentClass = "";
149 currentNamespace = "";
150
151 foundDeclarations.clear();
152 typeMetadataMap.clear();
153 funcMetadataMap.clear();
154 varMetadataMap.clear();
155#endif
156}
157
158bool CScriptBuilder::IncludeIfNotAlreadyIncluded(const char *filename)
159{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected