Skip to main content

Reflection

reflect()

Built in reflector to find any member, public or non-public.
Parameters Returns Example
Shows the protected HandshakeId failing normally, then succeeding through reflect().

setreadonlyproperty()

Write into a read-only property.
Parameters 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.
Parameters Returns Example

unhook()

Removes hooks created by a specific patch class.
Parameters Returns Example

unhookall()

Removes all Titanium hooks.
Returns Example