TOC PREV NEXT INDEX

$reset

Synopsis

$reset <object>

Description

$reset resets the object so it is just like it was newly instanced from its original template.

Examples

Go to the Library Workspaces page in the Network Editor and find the add_num module in the User Functions library. Use the object editor to set src_1 in

add_num to 2.

Pull down add_num to create an instance of add_num in the current appliction

Use the Network Editor to add_num.set src_1 to 4

$reset add_num

it's back to 2 again.


TOC PREV NEXT INDEX