Mono:Lua:mono free method

From Cheat Engine
Revision as of 02:05, 6 May 2018 by TheyCallMeTim13 (talk | contribs) (Created page with 'Category:Mono Category:Lua '''function''' mono_free_method(''methodId'') Frees the method (memory), only if profiler isn't being used, and only works on dynamic methods.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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