Reflection
reflect()
Built in reflector to find any member, public or non-public.
Returns
Example
HandshakeId failing normally, then succeeding through reflect().
setreadonlyproperty()
Write into a read-only property.
Returns
Example
Hooks
Hooks let scripts patch methods using prefix and postfix patch classes, mostly used for replacing a method with a new one.hookmethod()
Hooks a method with a patch class.
Returns
Example
unhook()
Removes hooks created by a specific patch class.
Returns
Example
unhookall()
Removes all Titanium hooks.
Example
