Added once again extended parameters to manager and sequence templates and reformatted
This commit is contained in:
parent
2298159586
commit
b9d210185b
8 changed files with 210 additions and 110 deletions
|
|
@ -150,11 +150,15 @@ Sequence::eval()
|
|||
return true;
|
||||
}
|
||||
|
||||
bool Sequence::isRecording() {
|
||||
bool
|
||||
Sequence::isRecording()
|
||||
{
|
||||
return this->mRecording;
|
||||
}
|
||||
|
||||
bool Sequence::isInit() {
|
||||
bool
|
||||
Sequence::isInit()
|
||||
{
|
||||
return this->mIsInit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue