Watcher:
Filter:

Watcher : SkipJack : Object

(Undocumented class)
Source: Watcher.sc

Description

This class is missing documentation.

Class Methods

Inherited class methods

Undocumented class methods

Watcher.new(name: "anon", updateFunc, dt: 0.2, stopTest: false)

Instance Methods

Inherited instance methods

Help template

Copy and paste the text below and save to HelpSource/Classes/Watcher.schelp

TITLE:: Watcher
summary:: (put short description here)
categories:: Undocumented classes
related:: Classes/SomeRelatedClass, Reference/SomeRelatedStuff, etc.

DESCRIPTION::
(put long description here)


CLASSMETHODS::

METHOD:: new
(describe method here)

ARGUMENT:: name
(describe argument here)

ARGUMENT:: updateFunc
(describe argument here)

ARGUMENT:: dt
(describe argument here)

ARGUMENT:: stopTest
(describe argument here)

returns:: (describe returnvalue here)


INSTANCEMETHODS::


EXAMPLES::

code::
(some example code)
::