Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
asCScriptNode *asCParser::GetScriptNode()
102
{
103
return scriptNode;
104
}
105
106
int asCParser::ParseFunctionDefinition(asCScriptCode *in_script, bool in_expectListPattern)
107
{
Callers
12
CompileMemberInitialization
Method · 0.80
CompileFunction
Method · 0.80
CompileGlobalVariable
Method · 0.80
CompileDefaultAndNamedArgs
Method · 0.80
CompileGlobalVar
Method · 0.80
CompileFunction
Method · 0.80
ParseScripts
Method · 0.80
ParseDataType
Method · 0.80
ParseTemplateDecl
Method · 0.80
VerifyProperty
Method · 0.80
ParseFunctionDeclaration
Method · 0.80
ParseVariableDeclaration
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected