MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / allocUStr

Function allocUStr

Il2cppHook/_Ufunc.js:8136–8136  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

8134const allocCStr = (str) => allocStrInner(str, enum_1.TYPE_STR.C_STR);
8135exports.allocCStr = allocCStr;
8136const allocUStr = (str) => allocStrInner(str, enum_1.TYPE_STR.U_STR);
8137exports.allocUStr = allocUStr;
8138const allocP = (size = Process.pointerSize) => Memory.alloc(size);
8139const alloc = (size = 1) => allocP(size * p_size);

Callers 15

OpenURLMethod · 0.70
CallLogCallbackMethod · 0.70
CompareTagMethod · 0.70
set_tagMethod · 0.70
ctor_1Method · 0.70
ctor_2Method · 0.70
SendMessageMethod · 0.70
CompareTagMethod · 0.70
FindMethod · 0.70
FindGameObjectWithTagMethod · 0.70

Calls 1

allocStrInnerFunction · 0.70

Tested by

no test coverage detected