Mono:Lua:mono method getHeader
Revision as of 01:39, 6 May 2018 by TheyCallMeTim13 (talk | contribs) (Created page with 'Category:Mono Category:Lua '''function''' mono_method_getHeader(''methodId'') ''':''' integer ?? Returns a header Id. ?? ===Function Parameters=== {|width="85%" cellpad…')
function mono_method_getHeader(methodId) : integer
?? Returns a header Id. ??
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
methodId | integer | The method's ID |
Examples[edit]
In Lua Engine form[edit]
- While attached to Cuphead.
Input:
local mId = mono_findMethod('', 'PlayerStatsManager', 'TakeDamage') return mono_method_getHeader(mId)
Output:
:631999760