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

CStateManager method stubs

This commit is contained in:
Jack Andersen
2016-04-16 19:35:32 -10:00
parent 1817227465
commit cdbbcefacb
5 changed files with 449 additions and 24 deletions

View File

@@ -4,6 +4,10 @@
namespace urde
{
enum class EScriptObjectType
{
};
enum class EScriptObjectState
{
Any = -1,
@@ -66,7 +70,9 @@ enum class EScriptObjectMessage
UNKM3,
Action,
Play,
Alert
Alert,
ObjectAdded = 0x1f,
DeleteRequested = 0x20
};
}