Mono:Lua:mono findClass

From Cheat Engine
Jump to navigation Jump to search

function mono_findClass(namespace, className) : integer

Returns the class Id of the given class name and namespace.

Function Parameters[edit]

Parameter Type Description
namespace string The namespace of the class
className string The class' name


Examples[edit]

In Lua Engine form[edit]

While attached to Cuphead.

Input:

return mono_findClass('', 'PlayerStatsManager')

Output:

:284773608


See also[edit]

Related Functions[edit]