Mono:Lua:mono method getClass
Revision as of 01:49, 6 May 2018 by TheyCallMeTim13 (talk | contribs) (Created page with 'Category:Mono Category:Lua '''function''' mono_method_getClass(''methodId'') ''':''' integer Returns the class Id a method belongs in. ===Function Parameters=== {|width…')
function mono_method_getClass(methodId) : integer
Returns the class Id a method belongs in.
Function Parameters
Parameter | Type | Description |
---|---|---|
methodId | integer | The method's ID |
Examples
In Lua Engine form
- While attached to Cuphead.
Input:
local mId = mono_findMethod('', 'PlayerStatsManager', 'TakeDamage') return mono_method_getClass(mId)
Output:
:284773608