MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetScriptNode

Method GetScriptNode

sdk/angelscript/source/as_parser.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101asCScriptNode *asCParser::GetScriptNode()
102{
103 return scriptNode;
104}
105
106int asCParser::ParseFunctionDefinition(asCScriptCode *in_script, bool in_expectListPattern)
107{

Callers 12

CompileFunctionMethod · 0.80
CompileGlobalVariableMethod · 0.80
CompileGlobalVarMethod · 0.80
CompileFunctionMethod · 0.80
ParseScriptsMethod · 0.80
ParseDataTypeMethod · 0.80
ParseTemplateDeclMethod · 0.80
VerifyPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected