Enables a filter for the actions.
ActionMapManager.EnableActionFilter( name, enable )
Parameter | Description |
---|---|
name | Filter name. |
enable | True to enable the filter, false otherwise. |
Enables an action map.
ActionMapManager.EnableActionMap( name, enable )
Parameter | Description |
---|---|
name | Action map name. |
enable | True to enable the filter, false otherwise. |
Enables/Disables ActionMapManager.
ActionMapManager.EnableActionMapManager( enable, resetStateOnDisable )
Parameter | Description |
---|---|
enable | Enables/Disables ActionMapManager. |
resetStateOnDisable | Resets the different Action states when ActionMapManager gets disabled. |
Loads information from an XML file.
ActionMapManager.LoadFromXML( name )
Parameter | Description |
---|---|
name | XML file name. |
Initializes the action maps and filters found in given file
ActionMapManager.InitActionMaps( path )
Parameter | Description |
---|---|
path | XML file path. |
Sets the new default entity.
ActionMapManager.SetDefaultActionEntity( id, updateAll )
Parameter | Description |
---|---|
id | EntityId of the new default action entity. |
updateAll | Updates all existing action map assignments. |
Gets the currently set default action entity.
ActionMapManager.GetDefaultActionEntity()
Loads the given controller layout into the action manager.
ActionMapManager.LoadControllerLayoutFile( layoutName )
Parameter | Description |
---|---|
layoutName | layout name. |
Checks if a filter is currently enabled.
ActionMapManager.IsFilterEnabled( filterName )
Parameter | Description |
---|---|
filterName | filter name. |