Message ScribeTimer

File: Applications/Scribe/ScribeMessage.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
timerType int
child NodeHandle
group OverlayKey

Source code:

message ScribeTimer {
    fields:
        int timerType enum(ScribeTimerType);
        NodeHandle child;
        OverlayKey group;
}