Function getObjectName

#include <Geode/utils/cocos.hpp>std::string_viewgetObjectName()

Gets the demangled name of an object using RTTI. The returned name does not include ‘struct’ or ‘class’

Parameters

obj

Object to get the name of
Return value
Demangled name of the object
Examples0