Rumba class

Usage: 8 here and in example

Constructors

Rumba()

Properties

dawoAppB bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
missionB bool
getter/setter pair
name String
boolean values for controlling loop; run now only once. Eventually these values are triggered to false-state by sub-programs, or some value / event in subprograms, but for now, this (fake)-done
getter/setter pair
placardM Map<String, String>
Info about this actor.
getter/setter pair
rumbaB bool
getter/setter pair
rumbaCount int
Loop counter.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usherB bool
getter/setter pair

Methods

dance(dynamic dawoApp) StringBuffer
Is class better than function? Better looking/finding in editor? Class prevents polluting nameSpace with variable names. devl:LIB #QUEST howTo and where bring #dawoApp to rumba's scope? Now it is just a methods parameter. devl:LIB Add all other buffers to rumbaBuf. PLAN: Do Dance a separate class
doneRumba() → void
Setting loop variables to (fake-) force-stop state.
initRumba() → void
setting loop variables to beginning state
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited