Type Alias ActMap

Source
pub type ActMap = BTreeMap<i64, BTreeMap<i64, BTreeMap<i64, Act>>>;
Expand description

List all controllers. Use in engine.

§Index

  • 1 - Module ID
  • 2 - Class ID
  • 3 - Action ID

Aliased Type§

pub struct ActMap { /* private fields */ }