simple_rotation
Vars | |
AfterRotation | Additional stuff to do after rotation |
---|---|
rotation_flags | Rotation flags for special behavior |
Procs | |
Initialize | Adds the ability to rotate an object by Alt-click or using Right-click verbs. |
Var Details
AfterRotation
Additional stuff to do after rotation
rotation_flags
Rotation flags for special behavior
Proc Details
Initialize
Adds the ability to rotate an object by Alt-click or using Right-click verbs.
args:
- rotation_flags (optional) Bitflags that determine behavior for rotation (defined at the top of this file)
- AfterRotation (optional) Callback proc that is used after the object is rotated (sound effects, balloon alerts, etc.)