Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ func
Function
func
sdk/tests/test_feature/source/test_enum.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
void func(asIScriptGeneric *g)
21
{
22
TEST_ENUM e = (TEST_ENUM)g->GetArgDWord(0);
23
UNUSED_VAR(e);
24
}
25
26
std::string buffer;
27
static void scriptOutput(int val1)
Callers
1
CallGeneric
Method · 0.50
Calls
1
GetArgDWord
Method · 0.80
Tested by
no test coverage detected