Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces
BTGraphCommands.h File Reference

Concrete command implementations for BehaviorTree operations. More...

#include "GraphCommand.h"
#include <string>
#include <vector>
#include <map>
+ Include dependency graph for BTGraphCommands.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::CopyNodesCommand
 Command to copy selected nodes to clipboard. More...
 
class  Olympe::PasteNodesCommand
 Command to paste nodes from clipboard with offset. More...
 
class  Olympe::DuplicateNodeCommand
 Command to duplicate selected nodes (copy + paste in one action) More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Concrete command implementations for BehaviorTree operations.

Author
Olympe Engine

C++14 compliant undo/redo commands

Definition in file BTGraphCommands.h.