This page is still a beta!

Core Documentation


8.19. RESTORE_REGISTER:

This unsets the latest changes in the register-array as set by LOAD_REGISTER.

Internally this works like a stack there the original register is saved when LOAD_REGISTER is called. Then a RESTORE_REGISTER cObject is called the last element is pulled of that stack the register is replaced with it.

RESTORE_REGISTER has no properties.