Difference between revisions of "Mono:Lua:mono free method"

From Cheat Engine
Jump to navigation Jump to search
(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.…')
 
(No difference)

Latest revision as of 02:05, 6 May 2018

function mono_free_method(methodId)

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

Function Parameters[edit]

Parameter Type Description
methodId integer The method's Id.


Examples[edit]

In Lua Engine form[edit]

While attached to Cuphead.

Input:

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


See also[edit]

Related Functions[edit]