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

Method GetValue

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

Source from the content-addressed store, hash-verified

1776}
1777
1778void MField::GetValue(MObject* instance, void* result) const
1779{
1780 mono_field_get_value(instance, _monoField, result);
1781}
1782
1783MObject* MField::GetValueBoxed(MObject* instance) const
1784{

Callers 15

TestNullable.cppFile · 0.45
AccessVariantFunction · 0.45
DrawMethod · 0.45
FieldGetValueBoxedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected