Plasma Engine  2.0
Loading...
Searching...
No Matches
plActionMapManager Class Reference

A central place for creating and retrieving action maps. More...

#include <ActionMapManager.h>

Static Public Member Functions

static plResult RegisterActionMap (plStringView sMapping)
 Adds a new action map with the given name. Returns PL_FAILURE if the name was already used before.
 
static plResult UnregisterActionMap (plStringView sMapping)
 Deletes the action map with the given name. Returns PL_FAILURE, if no such map exists.
 
static plActionMapGetActionMap (plStringView sMapping)
 Returns the action map with the given name, or nullptr, if it doesn't exist.
 

Detailed Description

A central place for creating and retrieving action maps.


The documentation for this class was generated from the following files: