Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Actual definition of Steam-Layer command scripts for session-global actions.
Definition in file session-cmd.cpp.
#include "steam/cmd.hpp"
#include "steam/control/command-def.hpp"
#include "steam/mobject/session.hpp"
#include "lib/idi/entry-id.hpp"
Functions | |
COMMAND_DEFINITION (session_saveSnapshot) | |
store a snapshot of current session actions and state and UI state. More... | |
COMMAND_DEFINITION (session_newSequence) | |
add a new sequence, anchored at the given context. More... | |
Namespaces | |
steam | |
Steam-Layer implementation namespace root. | |
steam::cmd::COMMAND_DEFINITION | ( | session_saveSnapshot | ) |
store a snapshot of current session actions and state and UI state.
snapshotID | a marker to tag the snapshot |
Definition at line 67 of file session-cmd.cpp.
steam::cmd::COMMAND_DEFINITION | ( | session_newSequence | ) |
add a new sequence, anchored at the given context.
context | an object to use as anchor to relate the new sequence to |
newID | identity of the new sequence to create |
Definition at line 88 of file session-cmd.cpp.