Initial setup

This commit is contained in:
Olly Rybak
2023-05-11 17:30:20 +10:00
parent 0c2c643ea8
commit f80ded2057
4 changed files with 56 additions and 0 deletions

View File

@@ -309,6 +309,14 @@ public:
/// <seealso cref="ActionMappings"/>
API_FUNCTION() static bool GetAction(const StringView& name);
/// <summary>
/// Gets the value of the virtual action identified by name. Use <see cref="ActionMappings"/> to get the current config.
/// </summary>
/// <param name="name">The action name.</param>
/// <returns>True if action has been triggered in the current frame (e.g. button pressed), otherwise false.</returns>
/// <seealso cref="ActionMappings"/>
API_FUNCTION() static InputActionPhase GetActionPhase(const StringView& name);
/// <summary>
/// Gets the value of the virtual axis identified by name. Use <see cref="AxisMappings"/> to get the current config.
/// </summary>