class BuildingBaseSource
BuildingBase › Building › EntityAI › Entity › ObjectTyped › Object › IEntity › Managed
Derived classes
View all 40 descendants
- House
- Land_Underground_WaterReservoir
- Land_Underground_WaterReservoir_Water
All members, including inherited
Constructors 1
void BuildingBase()References m_ActionsInitialize
Members 3
static ref map<typename, ref TInputActionMap> m_BuildingTypeActionsMap = new map<typename, ref TInputActionMap>Referenced by InitializeActions()
TInputActionMap m_InputActionMapbool m_ActionsInitializeMethods 5
void InitializeActions()References map.Get(), map.Insert(), SetActions()
Show 3 more
, Class.Type(), m_BuildingTypeActionsMap, and m_InputActionMapReferenced by GetActions()
override void GetActions(typename action_input_type, out array<ActionBase_Basic> actions)void SetActions()void AddAction(typename actionName)void RemoveAction(typename actionName)Referenced by Land_Misc_Through_Static.SetActions()