Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ SetVoidExpression
Method
SetVoidExpression
sdk/angelscript/source/as_compiler.cpp:18021–18026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18019
}
18020
18021
void asCExprContext::SetVoidExpression()
18022
{
18023
Clear();
18024
type.SetVoid();
18025
isVoidExpression = true;
18026
}
18027
18028
bool asCExprContext::IsVoidExpression() const
18029
{
Callers
1
CompileExpressionValue
Method · 0.80
Calls
1
SetVoid
Method · 0.80
Tested by
no test coverage detected