Mono:Lua:mono method getHeader
From Cheat Engine
function mono_method_getHeader(methodId) : integer
?? Returns a header Id. ??
Contents |
[edit] Function Parameters
Parameter | Type | Description |
---|---|---|
methodId | integer | The method's ID |
[edit] Examples
[edit] In Lua Engine form
- While attached to Cuphead.
Input:
local mId = mono_findMethod('', 'PlayerStatsManager', 'TakeDamage') return mono_method_getHeader(mId)
Output:
:631999760
[edit] See also
[edit] Related Functions
- mono_class_findMethod
- mono_findMethod
- mono_method_getName
- mono_method_getHeader
- mono_method_getSignature
- mono_method_disassemble
- mono_method_getClass
- mono_methodheader_getILCode
- mono_getILCodeFromMethod
- mono_invoke_method