Mono:Lua:mono free method

From Cheat Engine
Jump to navigation Jump to search

function mono_free_method(methodId)

Frees the method (memory), only if profiler isn't being used, and only works on dynamic methods.

Function Parameters

Parameter Type Description
methodId integer The method's Id.


Examples

In Lua Engine form

While attached to Cuphead.

Input:

return mono_free_method(mono_getJitInfo(getAddress('PlayerStatsManager:TakeDamage')).method)


See also

Related Functions