bool   sgCScene::Undo()

 

Description:

You can backtrack your recent commands created with the help of the command brackets StartUndoGroup - EndUndoGroup. Do not call this function inside these command brackets.

 

Arguments:

No arguments.

 

Returned value:

Returns false if the function fails and true otherwise.

 

 

See also:

GetScene StartUndoGroup EndUndoGroup   IsUndoStackEmpty IsRedoStackEmpty Redo