Opened 19 years ago
Closed 18 years ago
#105 closed defect (invalid)
CommandChain
Reported by: | bensch | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | 0.4.0-story |
Component: | GeneralFramework | Version: | |
Keywords: | command chain script | Cc: | |
Referenced By: | References: |
Description
CommandChain
a CommandChain is a list of commands, that are executed during over a time in an order given it by the User
implementation
- Functors: Use functors as described in Functor-Tutorial
- List: make a list of functors, that, each has a certain time
- Engine: either an engine or a per-object approach is needed here.
- Parameters: functions that are be able to be included should have a parameter TIME in it
usage
- script language
- chain of command (in an equipotential sense
- actions like explode 2 seconds and then delete.
Change History (1)
comment:1 Changed 18 years ago by bensch
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Has become invalid due to the ScriptEngine from Silvan Nellen