MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetParametersCount

Method GetParametersCount

Source/Engine/Scripting/Runtime/Mono.cpp:1947–1951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945}
1946
1947int32 MMethod::GetParametersCount() const
1948{
1949 MonoMethodSignature* sig = mono_method_signature(_monoMethod);
1950 return (int32)mono_signature_get_param_count(sig);
1951}
1952
1953MType* MMethod::GetParameterType(int32 paramIdx) const
1954{

Callers 6

CacheScriptingTypeMethod · 0.45
FindMethodFunction · 0.45
OnLoadedMethod · 0.45
InvokeMethodMethod · 0.45
GetMethodSignatureMethod · 0.45
GetMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected