2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-17 20:45:23 +00:00

Inspect window filter & Patterned body state info

This commit is contained in:
2021-05-26 15:57:59 -04:00
parent 7f5eeb89eb
commit 256685c611
5 changed files with 124 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <string_view>
namespace metaforce {
namespace pas {
enum class ELocomotionType {
@@ -52,6 +54,8 @@ enum class EAnimationState {
AdditiveReaction = 24
};
std::string_view AnimationStateToStr(EAnimationState state);
enum class EHurledState {
Invalid = -1,
KnockIntoAir,